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

@@ -84,6 +84,7 @@ namespace ZeroTier {
_handler(handler), _handler(handler),
_homePath(homePath), _homePath(homePath),
_arg(arg), _arg(arg),
_initialized(false),
_enabled(true), _enabled(true),
_run(true), _run(true),
_mac(mac), _mac(mac),

View File

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