]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treeserver.h
Revert automated conversion by Special, as it (unfortunately) neglects some details...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treeserver.h
index f42e5680f718111f4a8ab74de22c3adcb85ca4dc..874f78750e50279e221fb7d52b7447ab7c271444 100644 (file)
@@ -55,7 +55,8 @@ class TreeServer : public classbase
  public:
 
        bool Warned;                            /* True if we've warned opers about high latency on this server */
-
+       bool bursting;                          /* whether or not this server is bursting */
+       
        /** We don't use this constructor. Its a dummy, and won't cause any insertion
         * of the TreeServer into the hash_map. See below for the two we DO use.
         */
@@ -197,6 +198,10 @@ class TreeServer : public classbase
         */
        bool DuplicateID();
 
+       /** Marks a server as having finished bursting and performs appropriate actions.
+        */
+       void FinishBurst();
+
        /** Destructor
         */
        ~TreeServer();