summaryrefslogtreecommitdiff
path: root/node/NodeConfig.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/NodeConfig.hpp')
-rw-r--r--node/NodeConfig.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/NodeConfig.hpp b/node/NodeConfig.hpp
index c32d14d9..12bc32b3 100644
--- a/node/NodeConfig.hpp
+++ b/node/NodeConfig.hpp
@@ -167,6 +167,7 @@ private:
unsigned char _controlSocketKey[32];
UdpSocket _controlSocket;
+
std::map< uint64_t,SharedPtr<Network> > _networks;
Mutex _networks_m;
};