Remove old launcher code, fix build error in idtool, add terminate command to control bus.

This commit is contained in:
Adam Ierymenko 2013-08-30 15:02:12 -04:00
parent 11774f7d5f
commit 4875eb49f8
9 changed files with 37 additions and 529 deletions

View file

@ -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