summaryrefslogtreecommitdiff
path: root/node/RuntimeEnvironment.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-28 15:09:49 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-28 15:09:49 -0400
commit3745377872fe89cc06fb08de9b998c64c31e765c (patch)
treeca024d1577b5ee43ac630a88157045a4257230cd /node/RuntimeEnvironment.hpp
parent01a70d09db917ce475120854514ee48af43cc1b1 (diff)
downloadinfinitytier-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.hpp2
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)