diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-28 15:09:49 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-28 15:09:49 -0400 |
commit | 3745377872fe89cc06fb08de9b998c64c31e765c (patch) | |
tree | ca024d1577b5ee43ac630a88157045a4257230cd /node/RuntimeEnvironment.hpp | |
parent | 01a70d09db917ce475120854514ee48af43cc1b1 (diff) | |
download | infinitytier-3745377872fe89cc06fb08de9b998c64c31e765c.tar.gz infinitytier-3745377872fe89cc06fb08de9b998c64c31e765c.zip |
Filter work, add name and desc to netconf response, small compiler warning fix.
Diffstat (limited to 'node/RuntimeEnvironment.hpp')
-rw-r--r-- | node/RuntimeEnvironment.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp index c15551d0..4be4f367 100644 --- a/node/RuntimeEnvironment.hpp +++ b/node/RuntimeEnvironment.hpp @@ -64,9 +64,9 @@ public: shutdownInProgress(false), log((Logger *)0), prng((CMWC4096 *)0), - demarc((Demarc *)0), multicaster((Multicaster *)0), sw((Switch *)0), + demarc((Demarc *)0), topology((Topology *)0), sysEnv((SysEnv *)0), nc((NodeConfig *)0) |