mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-16 10:03:14 -07:00
Fix a problem that made valgrind complain on shutdown (not otherwise an issue).
This commit is contained in:
parent
63a51e2890
commit
16bc9533ed
3 changed files with 11 additions and 6 deletions
|
@ -88,7 +88,8 @@ private:
|
|||
const RuntimeEnvironment *const RR;
|
||||
unsigned long _readPtr;
|
||||
unsigned long _writePtr;
|
||||
bool _die;
|
||||
volatile int _waiting;
|
||||
volatile bool _die;
|
||||
Mutex _q_m;
|
||||
BinarySemaphore _q_s;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue