summaryrefslogtreecommitdiffstats
path: root/src/providers
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2017-02-10 14:39:43 +0100
committerJakub Hrozek <jhrozek@redhat.com>2017-02-15 14:51:32 +0100
commit50c740cbc2bb27cbe488fa8587e2901b8b85cf87 (patch)
tree7682998f4d014fe2c90b54423e80e38db2a33d2d /src/providers
parent26866484a985adbc7edf2e79a1e95b3bb6b8624c (diff)
downloadsssd-50c740cbc2bb27cbe488fa8587e2901b8b85cf87.tar.gz
sssd-50c740cbc2bb27cbe488fa8587e2901b8b85cf87.tar.xz
sssd-50c740cbc2bb27cbe488fa8587e2901b8b85cf87.zip
RESPONDER: Contact inconsistent domains
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/providers')
-rw-r--r--src/providers/data_provider.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/providers/data_provider.h b/src/providers/data_provider.h
index 46d9910dd..5ccc0adba 100644
--- a/src/providers/data_provider.h
+++ b/src/providers/data_provider.h
@@ -229,6 +229,11 @@ int dp_get_sbus_address(TALLOC_CTX *mem_ctx,
char **address, const char *domain_name);
+/* Reserved filter name for request which waits until the files provider finishes mirroring
+ * the file content
+ */
+#define DP_REQ_OPT_FILES_INITGR "files_initgr_request"
+
/* Helpers */
#define NULL_STRING { .string = NULL }