changed zmq method, and resolved warnings and from esrf

This commit is contained in:
Dhanya Maliakal
2017-05-03 17:57:56 +02:00
parent e2d1d58acf
commit 49b4ae2f56
8 changed files with 110 additions and 91 deletions

View File

@ -92,7 +92,7 @@ class ThreadObject : private virtual slsReceiverDefs {
int index;
/** Thread is alive/dead */
bool alive;
volatile bool alive;
/** Variable monitored by thread to kills itself */
volatile bool killThread;