]> 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 fea17b7d2e97c6097b246d765359776689f286fd..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.
@@ -44,7 +44,6 @@ class TreeServer : public classbase
        bool LastPingWasGood;                   /* True if the server responded to the last PING with a PONG */
        SpanningTreeUtilities* Utils;           /* Utility class */
        std::string sid;                        /* Server ID */
-       bool DupError;                          /* True if the server ID is duplicated (!) */
 
        /** Set server ID
         * @param id Server ID
@@ -194,13 +193,11 @@ class TreeServer : public classbase
         */
        std::string& GetID();
 
-       /** True on duplicate server ID (server not usable)
-        */
-       bool DuplicateID();
-
        /** Marks a server as having finished bursting and performs appropriate actions.
         */
        void FinishBurst();
+       /** Recursive call for child servers */
+       void FinishBurstInternal();
 
        /** Destructor
         */