]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd_io.h
Changed from std::map to hash_map
[user/henk/code/inspircd.git] / include / inspircd_io.h
index 15879455549a68cc62a1428798c69fda51a15660..5319f8c59e26deba15ca853100b1d81d0b9ea88c 100644 (file)
@@ -251,6 +251,14 @@ class ServerConfig : public classbase
         */
        int ports[255];
 
+       /** Boolean sets of which modules implement which functions
+        */
+       char implement_lists[255][255];
+
+       /** Global implementation list
+        */
+       char global_implementation[255];
+
        /** A list of ports claimed by IO Modules
         */
        std::map<int,Module*> IOHookModule;