Remote trace: plumbing, replace old TRACE with calls to Trace object.

This commit is contained in:
Adam Ierymenko 2017-07-07 16:58:05 -07:00
parent e14d5d49a1
commit dab0fb9e05
21 changed files with 577 additions and 533 deletions

View file

@ -42,7 +42,7 @@ class Node;
class Multicaster;
class NetworkController;
class SelfAwareness;
class Cluster;
class Trace;
/**
* Holds global state for an instance of ZeroTier::Node
@ -93,6 +93,7 @@ public:
* These are constant and never null after startup unless indicated.
*/
Trace *t;
Switch *sw;
Multicaster *mc;
Topology *topology;