]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treeserver.h
Remove current time parameter of the Timer constructor
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treeserver.h
index 9218c02ce9f25b1192d6476e5ba355c42054a48e..6bd1a4f7ca1a7da184b7fffec7e037b961094852 100644 (file)
@@ -157,6 +157,12 @@ class TreeServer : public Server
         */
        void SetFullVersion(const std::string& verstr) { fullversion = verstr; }
 
+       /** Sets the description of this server. Called when the description of a remote server changes
+        * and we are notified about it.
+        * @param descstr The description to set
+        */
+       void SetDesc(const std::string& descstr) { description = descstr; }
+
        /** Return all child servers
         */
        const ChildServers& GetChildren() const { return Children; }