More fixes for Windows support
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user