]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treeserver.h
Poach feature request: If a server does not respond after x seconds to a PING, send...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treeserver.h
index c65fc0dee6338e381621ca267325914873915e46..514d6bc07a04c37fb7a7679f72ac6296926ca682 100644 (file)
@@ -46,6 +46,8 @@ class TreeServer : public classbase
 
  public:
 
+       bool Warned;                            /* True if we've warned opers about high latency on this server */
+
        /** 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.
         */