]> 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 97c617e0ada9bff406f889c02f836fd76de624ad..0194d461cc21e2074b9a4df80b01619789ec38bf 100644 (file)
@@ -71,6 +71,12 @@ 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;