summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-09-21 12:31:18 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-09-23 23:08:50 +0200
commit669ce24f8157b7d79914b3eb5a18214ef42aacc8 (patch)
tree0839a29ed8b9688dbaab4cb46a7c837ed72a913d /src/providers/dp_backend.h
parent4c53f8b7400630ae06459aa8b5079427edcaa348 (diff)
downloadsssd-669ce24f8157b7d79914b3eb5a18214ef42aacc8.tar.gz
sssd-669ce24f8157b7d79914b3eb5a18214ef42aacc8.tar.xz
sssd-669ce24f8157b7d79914b3eb5a18214ef42aacc8.zip
FO: Add an API to reset all servers in a single service
Required for: https://fedorahosted.org/sssd/ticket/2639 Previously, we had a function that allowed the caller to reset the status of all services in the global fail over context. This patch adds a new function that allows the caller to reset a single service instead. The main user would be IPA subdomain provider that might need to reset the status of an AD trusted domain on demand. Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r--src/providers/dp_backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h
index 4bffcee9e..0ced851be 100644
--- a/src/providers/dp_backend.h
+++ b/src/providers/dp_backend.h
@@ -283,6 +283,7 @@ int be_fo_run_callbacks_at_next_request(struct be_ctx *ctx,
const char *service_name);
void reset_fo(struct be_ctx *be_ctx);
+void be_fo_reset_svc(struct be_ctx *be_ctx, const char *svc_name);
errno_t be_res_init(struct be_ctx *ctx);