also changed name of scripts variable in header file....

This commit is contained in:
Joakim Kilby
2015-06-26 09:23:30 +02:00
parent 22af992078
commit 4fb40ceeb9

View File

@@ -209,8 +209,8 @@ namespace openspace{
std::atomic<bool> _isHost;
std::atomic<bool> _isConnected;
std::atomic<bool> _isListening;
std::vector<std::string> _sentScripts;
std::mutex _sentScriptsMutex;
std::vector<std::string> _executedScripts;
std::mutex _executedScriptsMutex;
};
} // namespace network