Remove old launcher code, fix build error in idtool, add terminate command to control bus.
This commit is contained in:
parent
11774f7d5f
commit
4875eb49f8
9 changed files with 37 additions and 529 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue