comparison OrthancServer/ServerContext.h @ 1453:c0bdc47165ef

code to warn about possible threading problems
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 12:26:44 +0200
parents b737acb13da5
children 68827c07e683
comparison
equal deleted inserted replaced
1452:b737acb13da5 1453:c0bdc47165ef
118 ServerScheduler scheduler_; 118 ServerScheduler scheduler_;
119 119
120 LuaScripting lua_; 120 LuaScripting lua_;
121 OrthancPlugins* plugins_; 121 OrthancPlugins* plugins_;
122 ServerListeners listeners_; 122 ServerListeners listeners_;
123 boost::mutex listenersMutex_;
123 124
124 bool done_; 125 bool done_;
125 SharedMessageQueue pendingChanges_; 126 SharedMessageQueue pendingChanges_;
126 boost::thread changeThread_; 127 boost::thread changeThread_;
127 128