diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-05-16 13:13:09 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-05-16 13:13:09 -0700 |
commit | 2916ae7c920c069ff180f0224b2dc953bbd32501 (patch) | |
tree | ecd7a1d4ae0063edec08c931eed902d66708b774 /docs/modules.conf.example | |
parent | c745072bec0708b5d1718a325e7c983836f37a6d (diff) | |
parent | 1b909065b0fc7789a4a33dce56219befa602b8ec (diff) |
Merge pull request #113 from nenolod/feature/mlock
modules/m_mlock: new module implementing server-side MLOCK.
Diffstat (limited to 'docs/modules.conf.example')
-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 |