Alejandro changes from ESRF

This commit is contained in:
Dhanya Maliakal
2017-05-02 08:36:36 +02:00
parent 44339d3b89
commit e2d1d58acf
3 changed files with 16 additions and 9 deletions

View File

@ -95,7 +95,7 @@ class ThreadObject : private virtual slsReceiverDefs {
bool alive;
/** Variable monitored by thread to kills itself */
bool killThread;
volatile bool killThread;
/** Thread variable */
pthread_t thread;