diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-06 01:28:56 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-06 01:28:56 -0400 |
| commit | 28a73b620e60dd5d9c77aa7494d4c71da8b1d08c (patch) | |
| tree | 5b708b71a3703afd52301a6e0fc1a4e192db6a73 /node/RuntimeEnvironment.hpp | |
| parent | e73c4cb68b7461b8a2bdf7b6e5919bd0fcef2c1e (diff) | |
| download | infinitytier-28a73b620e60dd5d9c77aa7494d4c71da8b1d08c.tar.gz infinitytier-28a73b620e60dd5d9c77aa7494d4c71da8b1d08c.zip | |
Bunch more debugging and loop closing on new netconf.
Diffstat (limited to 'node/RuntimeEnvironment.hpp')
| -rw-r--r-- | node/RuntimeEnvironment.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp index 00d393af..54cbf740 100644 --- a/node/RuntimeEnvironment.hpp +++ b/node/RuntimeEnvironment.hpp @@ -63,12 +63,12 @@ public: RuntimeEnvironment() : log((Logger *)0), prng((CMWC4096 *)0), - nc((NodeConfig *)0), demarc((Demarc *)0), multicaster((Multicaster *)0), sw((Switch *)0), topology((Topology *)0), - sysEnv((SysEnv *)0) + sysEnv((SysEnv *)0), + nc((NodeConfig *)0) #ifndef __WINDOWS__ ,netconfService((Service *)0) #endif @@ -87,12 +87,12 @@ public: Logger *log; // may be null CMWC4096 *prng; - NodeConfig *nc; Demarc *demarc; Multicaster *multicaster; Switch *sw; Topology *topology; SysEnv *sysEnv; + NodeConfig *nc; #ifndef __WINDOWS__ Service *netconfService; // may be null |
