diff --git a/src/VirtualTap.cpp b/src/VirtualTap.cpp index c33a0c0..1ac169b 100644 --- a/src/VirtualTap.cpp +++ b/src/VirtualTap.cpp @@ -84,6 +84,7 @@ namespace ZeroTier { _handler(handler), _homePath(homePath), _arg(arg), + _initialized(false), _enabled(true), _run(true), _mac(mac), diff --git a/src/VirtualTap.hpp b/src/VirtualTap.hpp index b1e5c30..58fb788 100644 --- a/src/VirtualTap.hpp +++ b/src/VirtualTap.hpp @@ -206,6 +206,7 @@ namespace ZeroTier { std::string _homePath; void *_arg; + volatile bool _initialized; volatile bool _enabled; volatile bool _run; MAC _mac;