aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg_xml.c')
-rw-r--r--src/cfg_xml.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cfg_xml.c b/src/cfg_xml.c
index a144db720..99aad12ab 100644
--- a/src/cfg_xml.c
+++ b/src/cfg_xml.c
@@ -318,6 +318,12 @@ static struct xml_parser_rule grammar[] = {
G_STRUCT_OFFSET (struct config_file, dynamic_conf),
NULL
},
+ {
+ "use_mlock",
+ xml_handle_boolean,
+ G_STRUCT_OFFSET (struct config_file, mlock_statfile_pool),
+ NULL
+ },
NULL_ATTR
},
NULL_DEF_ATTR