mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-10 05:32:18 -06:00
Rename 'slave' to 'client' in the remaining code
This commit is contained in:
@@ -115,10 +115,10 @@ private:
|
||||
|
||||
std::queue<QueueItem> _incomingScripts;
|
||||
|
||||
// Slave scripts are mutex protected since decode and rendering may
|
||||
// happen asynchronously.
|
||||
std::mutex _slaveScriptsMutex;
|
||||
std::queue<std::string> _slaveScriptQueue;
|
||||
// Client scripts are mutex protected since decode and rendering may happen
|
||||
// asynchronously
|
||||
std::mutex _clientScriptsMutex;
|
||||
std::queue<std::string> _clientScriptQueue;
|
||||
std::queue<QueueItem> _masterScriptQueue;
|
||||
|
||||
std::vector<std::string> _scriptsToSync;
|
||||
|
||||
Reference in New Issue
Block a user