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
|
@ -88,11 +88,16 @@ private:
|
|||
void (*_handler)(void *,IpcConnection *,IpcConnection::EventType,const char *);
|
||||
void *_arg;
|
||||
#ifdef __WINDOWS__
|
||||
volatile HANDLE _sock;
|
||||
HANDLE _sock;
|
||||
std::string _writeBuf;
|
||||
bool _incoming;
|
||||
#else
|
||||
volatile int _sock;
|
||||
#endif
|
||||
Mutex _writeLock;
|
||||
Thread _thread;
|
||||
volatile bool _run;
|
||||
volatile bool _running;
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue