diff options
Diffstat (limited to 'lib/param')
-rw-r--r-- | lib/param/loadparm.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c index 1afd04a574..138666cd5c 100644 --- a/lib/param/loadparm.c +++ b/lib/param/loadparm.c @@ -968,7 +968,17 @@ static struct parm_struct parm_table[] = { .enum_list = NULL }, + {N_("EventLog Options"), P_SEP, P_SEPARATOR}, + { + .label = "eventlog list", + .type = P_LIST, + .p_class = P_GLOBAL, + .offset = GLOBAL_VAR(szEventLogs), + .special = NULL, + .enum_list = NULL, + .flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE, + }, {N_("Miscellaneous Options"), P_SEP, P_SEPARATOR}, |