summaryrefslogtreecommitdiff
path: root/node/RuntimeEnvironment.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-30 15:02:12 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-30 15:02:12 -0400
commit4875eb49f851d7919587cbc2059ff552a24bcfc1 (patch)
tree5e3080f1f264fa678d0223184db74db8d805c11d /node/RuntimeEnvironment.hpp
parent11774f7d5fe14226e99118f95346deda51baa254 (diff)
downloadinfinitytier-4875eb49f851d7919587cbc2059ff552a24bcfc1.tar.gz
infinitytier-4875eb49f851d7919587cbc2059ff552a24bcfc1.zip
Remove old launcher code, fix build error in idtool, add terminate command to control bus.
Diffstat (limited to 'node/RuntimeEnvironment.hpp')
-rw-r--r--node/RuntimeEnvironment.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp
index 4be4f367..f8b39597 100644
--- a/node/RuntimeEnvironment.hpp
+++ b/node/RuntimeEnvironment.hpp
@@ -44,6 +44,7 @@ class SysEnv;
class Multicaster;
class CMWC4096;
class Service;
+class Node;
/**
* Holds global state for an instance of ZeroTier::Node
@@ -96,7 +97,7 @@ public:
Topology *topology;
SysEnv *sysEnv;
NodeConfig *nc;
-
+ Node *node;
#ifndef __WINDOWS__
Service *netconfService; // may be null
#endif