]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/utils.h
This needs some general QA-ing. Add support to new parser (introduced in 1.1) for...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / utils.h
index 734d88d5d37283e7286ea682134769b71024d915..0194d461cc21e2074b9a4df80b01619789ec38bf 100644 (file)
@@ -71,7 +71,18 @@ class SpanningTreeUtilities
         */
        int lines_to_apply;
 
+       /** If this is true, this server is the master sync server for time
+        * synching - e.g. it is the server with its clock correct. It will
+        * send out the correct time at intervals.
+        */
+       bool MasterTime;
+
+       /** List of module pointers which can provide I/O abstraction
+        */
        hookmodules hooks;
+
+       /** List of module names which can provide I/O abstraction
+        */
        std::vector<std::string> hooknames;
 
        /** Initialise utility class