Add remoteTraceTarget to network and member configs in controller.

This commit is contained in:
Adam Ierymenko 2017-07-14 14:33:36 -07:00
parent 4ecc0c59ca
commit d9552fb120
4 changed files with 107 additions and 46 deletions

View file

@ -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
{