]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treeserver.h
Fix ENCAP stripping, was incorrectly checking for " CHGHOST" and similar commands
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treeserver.h
index 9520506ae8f57d3e089ddd26003cbabfa8eb6f40..7eb19d9a171600d65db9334bde7d7f56dfda583c 100644 (file)
@@ -14,6 +14,8 @@
 #ifndef __TREESERVER_H__
 #define __TREESERVER_H__
 
+#include "treesocket.h"
+
 /** Each server in the tree is represented by one class of
  * type TreeServer. A locally connected TreeServer can
  * have a class of type TreeSocket associated with it, for
@@ -109,7 +111,7 @@ class TreeServer : public classbase
         */
        time_t NextPingTime();
 
-       /** Last ping time in microseconds, used to calculate round trip time
+       /** Last ping time in milliseconds, used to calculate round trip time
         */
        unsigned long LastPingMsec;