diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-12 22:07:48 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-12 22:07:48 -0400 |
| commit | aa59c1de10b53df8a33d1df99b74b8a20052b9af (patch) | |
| tree | a1aa60edf84de6ef944ac609656bd24bd73452aa /node/RuntimeEnvironment.hpp | |
| parent | a0048785465eb14356c1cb185c271c223862491c (diff) | |
| download | infinitytier-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.hpp | 4 |
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; |
