alejandro's changes from ESRF

This commit is contained in:
Dhanya Maliakal
2017-04-07 14:50:17 +02:00
parent bd5293f4b1
commit f0198d2d2e
3 changed files with 15 additions and 9 deletions

View File

@ -739,7 +739,7 @@ private:
//***data call back thread parameters***
/** Ensures if zmq threads created successfully */
bool zmqThreadStarted;
volatile bool zmqThreadStarted;
/** Number of data callback Threads */
int numberofDataCallbackThreads;
@ -760,7 +760,7 @@ private:
//***general and listening thread parameters***
/** Ensures if threads created successfully */
bool threadStarted;
volatile bool threadStarted;
/** Current Thread Index*/
int currentThreadIndex;