mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 15:18:17 +00:00
Fix for another wonderful C++ threading race condition.
This commit is contained in:
@ -472,6 +472,7 @@ private:
|
||||
uint64_t _id;
|
||||
volatile uint64_t _lastConfigUpdate;
|
||||
volatile bool _destroyOnDelete;
|
||||
volatile bool _ready;
|
||||
|
||||
Mutex _lock;
|
||||
|
||||
|
Reference in New Issue
Block a user