Strip out old Service code, add new service message type.
This commit is contained in:
parent
95e303d6f3
commit
56cfe1d603
9 changed files with 37 additions and 535 deletions
|
@ -40,7 +40,6 @@ class Logger;
|
|||
class Switch;
|
||||
class Topology;
|
||||
class CMWC4096;
|
||||
class Service;
|
||||
class Node;
|
||||
class SoftwareUpdater;
|
||||
class SocketManager;
|
||||
|
@ -85,9 +84,6 @@ public:
|
|||
nc((NodeConfig *)0),
|
||||
node((Node *)0),
|
||||
updater((SoftwareUpdater *)0)
|
||||
#ifndef __WINDOWS__
|
||||
,netconfService((Service *)0)
|
||||
#endif
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -133,9 +129,6 @@ public:
|
|||
NodeConfig *nc;
|
||||
Node *node;
|
||||
SoftwareUpdater *updater; // null if software updates are not enabled
|
||||
#ifndef __WINDOWS__
|
||||
Service *netconfService; // null if no netconf service running
|
||||
#endif
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue