Bunch of little bug fixes in newly refactored code.
This commit is contained in:
parent
a004878546
commit
aa59c1de10
8 changed files with 110 additions and 58 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue