mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
WINDOWS IS SUFFERING
This commit is contained in:
parent
328be8f846
commit
67a85221d5
7 changed files with 114 additions and 74 deletions
|
@ -83,9 +83,8 @@ private:
|
|||
void (*_handler)(void *,IpcConnection *,IpcConnection::EventType,const char *);
|
||||
void *_arg;
|
||||
#ifdef __WINDOWS__
|
||||
volatile HANDLE _sock;
|
||||
volatile bool _die;
|
||||
Mutex _sock_m;
|
||||
volatile bool _run;
|
||||
volatile bool _running;
|
||||
#else
|
||||
volatile int _sock;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue