diff options
| author | 2015-02-12 16:35:02 +0100 | |
|---|---|---|
| committer | 2015-02-12 16:35:02 +0100 | |
| commit | ae6967b8b30ebc956e3158127ecba5d01dc09204 (patch) | |
| tree | b0940ea9cbd75acfdaa655b3a9975f67e3f8ae48 /src/modules/m_spanningtree/main.cpp | |
| parent | m_httpd_stats Remove days/hours/mins/secs from <uptime> (diff) | |
| parent | m_httpd Remove now unused variable "claimed" (diff) | |
Merge branch 'master+crossmodevents'
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) { |
