]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treeserver.h
m_spanningtree Ignore incoming BURST command in CONNECTED state
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treeserver.h
index 1a0203ba09384b9ba989de4818141cb5ba760be7..b7e9ee9d9bdd865d4de2a09ec54346acbf84dea9 100644 (file)
@@ -150,7 +150,7 @@ class TreeServer : public Server
 
        /** When we recieved BURST from this server, used to calculate total burst time at ENDBURST.
         */
-       unsigned long StartBurst;
+       uint64_t StartBurst;
 
        /** True if this server is hidden
         */
@@ -213,7 +213,7 @@ class TreeServer : public Server
        /** Set the bursting state of the server
         * @param startms Time the server started bursting, if 0 or omitted, use current time
         */
-       void BeginBurst(unsigned long startms = 0);
+       void BeginBurst(uint64_t startms = 0);
 
        /** Register a PONG from the server
         */