diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-01-08 14:27:55 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-01-08 14:27:55 -0800 |
| commit | 64ba596e0b8d5ee4f3c7630a6315f884f09e1cab (patch) | |
| tree | ba09819878bfaa2a6e86ebdcc2a34d2de9791e04 /node/RuntimeEnvironment.hpp | |
| parent | 60fb28a90a5e7b01e58b2a93351658195651e8eb (diff) | |
| download | infinitytier-64ba596e0b8d5ee4f3c7630a6315f884f09e1cab.tar.gz infinitytier-64ba596e0b8d5ee4f3c7630a6315f884f09e1cab.zip | |
C++ network config master ready to test.
Diffstat (limited to 'node/RuntimeEnvironment.hpp')
| -rw-r--r-- | node/RuntimeEnvironment.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp index a7b7a99b..ad241535 100644 --- a/node/RuntimeEnvironment.hpp +++ b/node/RuntimeEnvironment.hpp @@ -48,6 +48,7 @@ class AntiRecursion; class EthernetTapFactory; class RoutingTable; class HttpClient; +class NetworkConfigMaster; /** * Holds global state for an instance of ZeroTier::Node @@ -77,6 +78,7 @@ public: log((Logger *)0), prng((CMWC4096 *)0), http((HttpClient *)0), + netconfMaster((NetworkConfigMaster *)0), sw((Switch *)0), mc((Multicaster *)0), antiRec((AntiRecursion *)0), @@ -122,6 +124,7 @@ public: Logger *log; // null if logging is disabled CMWC4096 *prng; HttpClient *http; + NetworkConfigMaster *netconfMaster; Switch *sw; Multicaster *mc; AntiRecursion *antiRec; |
