New multicast algorithm work in progress...

This commit is contained in:
Adam Ierymenko 2013-09-21 16:46:00 -04:00
parent 64c9c2e06b
commit 770fbaf4b2
5 changed files with 98 additions and 317 deletions

View file

@ -42,7 +42,6 @@ class Demarc;
class Switch;
class Topology;
class SysEnv;
class Multicaster;
class CMWC4096;
class Service;
class Node;
@ -66,7 +65,6 @@ public:
shutdownInProgress(false),
log((Logger *)0),
prng((CMWC4096 *)0),
multicaster((Multicaster *)0),
sw((Switch *)0),
demarc((Demarc *)0),
topology((Topology *)0),
@ -92,7 +90,6 @@ public:
Logger *log; // may be null
CMWC4096 *prng;
Multicaster *multicaster;
Switch *sw;
Demarc *demarc;
Topology *topology;