More fixes for Windows support

This commit is contained in:
Joseph Henry
2017-10-10 12:41:36 -07:00
parent 2f59773b26
commit 427f87db91
2 changed files with 2 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ namespace ZeroTier {
std::string _homePath;
void *_arg;
volatile bool _initialized;
volatile bool _enabled;
volatile bool _run;
MAC _mac;