Fix for another wonderful C++ threading race condition.
This commit is contained in:
parent
7c3a446499
commit
95a23dc7ec
4 changed files with 13 additions and 4 deletions
|
@ -472,6 +472,7 @@ private:
|
|||
uint64_t _id;
|
||||
volatile uint64_t _lastConfigUpdate;
|
||||
volatile bool _destroyOnDelete;
|
||||
volatile bool _ready;
|
||||
|
||||
Mutex _lock;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue