mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-14 13:18:21 +00:00
Add remoteTraceTarget to network and member configs in controller.
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
#include <set>
|
||||
#include <list>
|
||||
#include <thread>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "../node/Constants.hpp"
|
||||
|
||||
@ -218,6 +219,7 @@ private:
|
||||
|
||||
NetworkController::Sender *_sender;
|
||||
Identity _signingId;
|
||||
std::string _signingIdAddressString;
|
||||
|
||||
struct _MemberStatusKey
|
||||
{
|
||||
|
Reference in New Issue
Block a user