Add remoteTraceTarget to network and member configs in controller.
This commit is contained in:
parent
4ecc0c59ca
commit
d9552fb120
4 changed files with 107 additions and 46 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue