]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, create...
[user/henk/code/inspircd.git] / include / inspircd.h
index 09bf02ba5a4d4869ff53dc5a51f2badbb3b25f0b..566550376d21a79cbec98fb999011587ffbb6fba 100644 (file)
@@ -448,7 +448,7 @@ class CoreExport InspIRCd : public classbase
 
        /** Mutex engine, handles mutexes for threading where required
         */
-       MutexEngine* Mutexes;
+       MutexFactory* Mutexes;
 
        /** The thread/class used to read config files in REHASH and on startup
         */