diff options
-rw-r--r-- | docs/modules.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example index 116aace52..39ea4f9cc 100644 --- a/docs/modules.conf.example +++ b/docs/modules.conf.example @@ -1038,6 +1038,12 @@ #<module name="m_messageflood.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# MLOCK module: Adds support for server-side enforcement of services +# side MLOCKs. Basically, this module suppresses any mode change that +# would likely be immediately bounced by services. +#<module name="m_mlock.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # MsSQL module: Allows other SQL modules to access MS SQL Server # through a unified API. You must copy the source for this module # from the directory src/modules/extra, plus the file m_sqlv2.h |