Fix for another wonderful C++ threading race condition.

This commit is contained in:
Adam Ierymenko 2013-08-09 17:20:40 -04:00
parent 7c3a446499
commit 95a23dc7ec
4 changed files with 13 additions and 4 deletions

View file

@ -472,6 +472,7 @@ private:
uint64_t _id;
volatile uint64_t _lastConfigUpdate;
volatile bool _destroyOnDelete;
volatile bool _ready;
Mutex _lock;