summaryrefslogtreecommitdiff
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-05-06 15:03:02 +0200
committerJeremy Allison <jra@samba.org>2019-08-08 20:24:31 +0000
commit1b897df4f7489c6ac7663ca4830dc4c129dd2457 (patch)
tree6e1dbb49f1803415cd2a5a4784d3ad12fb9e8cd8 /lib/param/param_table.c
parent66b8d86d71551ab8c615428211294ca110608645 (diff)
downloadsamba-1b897df4f7489c6ac7663ca4830dc4c129dd2457.tar.gz
s3:mdssvc: new option "spotlight backend"
Currently there's only the tracker backend, but subsequent commits will add other backends. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r--lib/param/param_table.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index f9d3b55adf2..8b1d1e31f60 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -351,6 +351,11 @@ static const struct enum_list enum_ntlm_auth[] = {
{-1, NULL}
};
+static const struct enum_list enum_spotlight_backend[] = {
+ {SPOTLIGHT_BACKEND_TRACKER, "tracker"},
+ {-1, NULL}
+};
+
/* Note: We do not initialise the defaults union - it is not allowed in ANSI C
*
* NOTE: Handling of duplicated (synonym) parameters: