diff options
| author | 2015-02-11 17:23:08 +0100 | |
|---|---|---|
| committer | 2015-02-11 17:23:08 +0100 | |
| commit | 0b8a9b55667e767f93e93adc1aee9bc3c05f1888 (patch) | |
| tree | 3ddbe0c5f4c283ebfa33abbe688e8f23ef190aa2 /src/modules/m_spanningtree/main.cpp | |
| parent | Remove unused parameters from HTTPRequest constructor (diff) | |
Convert the spanningtree events to use the new cross-module event system
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index 31d822789..e5e6e522b 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -39,6 +39,7 @@ ModuleSpanningTree::ModuleSpanningTree() : rconnect(this), rsquit(this), map(this) , commands(NULL) , currmembid(0) + , eventprov(this, "event/spanningtree") , DNS(this, "DNS") , loopCall(false) { |
