diff options
| author | 2012-05-04 23:51:58 +0000 | |
|---|---|---|
| committer | 2012-05-04 23:51:58 +0000 | |
| commit | bf3bf3c9509de1cd85f1a8c375f995087c4c8cfd (patch) | |
| tree | 52b34a5e98fb570ed201af791ebe47abbdfd8531 /docs/modules.conf.example | |
| parent | modules/m_mlock: new module implementing server-side MLOCK. (diff) | |
docs/modules.conf: document availability of MLOCK module.
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 |
