summaryrefslogtreecommitdiff
path: root/node/RuntimeEnvironment.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-12 22:07:48 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-12 22:07:48 -0400
commitaa59c1de10b53df8a33d1df99b74b8a20052b9af (patch)
treea1aa60edf84de6ef944ac609656bd24bd73452aa /node/RuntimeEnvironment.hpp
parenta0048785465eb14356c1cb185c271c223862491c (diff)
downloadinfinitytier-aa59c1de10b53df8a33d1df99b74b8a20052b9af.tar.gz
infinitytier-aa59c1de10b53df8a33d1df99b74b8a20052b9af.zip
Bunch of little bug fixes in newly refactored code.
Diffstat (limited to 'node/RuntimeEnvironment.hpp')
-rw-r--r--node/RuntimeEnvironment.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp
index ab19be49..3b398e0c 100644
--- a/node/RuntimeEnvironment.hpp
+++ b/node/RuntimeEnvironment.hpp
@@ -30,6 +30,7 @@
#include <string>
#include "Identity.hpp"
+#include "Condition.hpp"
namespace ZeroTier {
@@ -73,6 +74,9 @@ public:
std::string ownershipVerificationSecret;
std::string ownershipVerificationSecretHash; // base64 of SHA-256 X16 rounds
+ // signal() to prematurely interrupt main loop wait
+ Condition mainLoopWaitCondition;
+
Identity configAuthority;
Identity identity;