From 8d2ba95c90794e4ea0f2fa9a4c36223cf1aa25ea Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 26 Jul 2012 15:54:25 +1000 Subject: lib/param: Merge "EventLog Options" section from source3/param This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell Andrew Bartlett --- lib/param/loadparm.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib') 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}, -- cgit