mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-21 16:49:43 +00:00
Some work on simulated net...
This commit is contained in:
@ -63,7 +63,9 @@ public:
|
||||
inline void wait(unsigned long ms) const
|
||||
throw()
|
||||
{
|
||||
WaitForSingleObject(_sem,(DWORD)ms);
|
||||
if (ms)
|
||||
WaitForSingleObject(_sem,(DWORD)ms);
|
||||
else WaitForSingleObject(_sem,INFINITE);
|
||||
}
|
||||
|
||||
inline void signal() const
|
||||
|
Reference in New Issue
Block a user