diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-04 11:03:58 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-04 11:03:58 +0000 |
commit | bc770c5388bc5517be85afb43255cb9f8ead0d33 (patch) | |
tree | 2047bbe65b6c4d2e9707ed59577d5f2de3eaca4e /include/inspircd.h | |
parent | 2a0c6c52d045fe3a6dda9bf0209be250fa486d6b (diff) |
MutexEngine -> MutexFactory, more sensible name
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10385 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 09bf02ba5..566550376 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -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 */ |