summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-05-23 19:35:56 -0400
committerAdam <Adam@anope.org>2012-05-23 19:35:56 -0400
commit70fb5900a2cc8eb00d1d25b39bd137488e845338 (patch)
tree134683df2a07d7bbabb8d78c3284096f687eadc7 /include
parentbf7d1a55afd4e082813e995fd967ad1dae8df26d (diff)
Add support for inspircd2.0+s mlock, improved on Unreal's, and made server side mlock usage configurable
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 9c6e9a143..0ab3c287b 100644
--- a/include/config.h
+++ b/include/config.h
@@ -451,6 +451,8 @@ class CoreExport ServerConfig
Anope::string NoMLock;
/* Modes that are required to be on registered channels */
Anope::string CSRequire;
+ /* Use server side mlock */
+ bool UseServerSideMLock;
/* Default botmodes on channels, defaults to ao */
Anope::string BotModes;
/* THe actual modes */