]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treeserver.h
Weed out a few leftover server instances from before modules had ServerInstance....
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treeserver.h
index 07e586c6246f3eef96058b0f012cdc11d3682c93..ff7faff93c73513f3deaf8b58cb360069ee892e0 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -196,6 +196,8 @@ class TreeServer : public classbase
        /** Marks a server as having finished bursting and performs appropriate actions.
         */
        void FinishBurst();
+       /** Recursive call for child servers */
+       void FinishBurstInternal();
 
        /** Destructor
         */