]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Experimental WSAPoll (thanks for not just using poll(), guys) support for Windows...
[user/henk/code/inspircd.git] / include / inspircd.h
index 12e22794dddc99edbf85036d8274fc3bcf5c02cc..566550376d21a79cbec98fb999011587ffbb6fba 100644 (file)
@@ -446,6 +446,10 @@ class CoreExport InspIRCd : public classbase
         */
        ThreadEngine* Threads;
 
+       /** Mutex engine, handles mutexes for threading where required
+        */
+       MutexFactory* Mutexes;
+
        /** The thread/class used to read config files in REHASH and on startup
         */
        ConfigReaderThread* ConfigThread;