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 bb23dd641..9920f355c 100644
--- a/src/cfg_xml.c
+++ b/src/cfg_xml.c
@@ -293,6 +293,12 @@ static struct xml_parser_rule grammar[] = {
G_STRUCT_OFFSET (struct config_file, statfile_sync_timeout),
NULL
},
+ {
+ "max_diff",
+ xml_handle_size,
+ G_STRUCT_OFFSET (struct config_file, max_diff),
+ NULL
+ },
NULL_ATTR
},
NULL_DEF_ATTR