From 6f31312c95a67abe7c77a6ba985e10d58468addb Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Tue, 22 Oct 2013 16:00:20 +0200 Subject: dp: add function to terminate request of specific domain Resolves: https://fedorahosted.org/sssd/ticket/1968 --- src/providers/dp_backend.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/providers/dp_backend.h') diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index 686b91a25..ed022c207 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -295,6 +295,9 @@ void *be_req_get_data(struct be_req *be_req); void be_req_terminate(struct be_req *be_req, int dp_err_type, int errnum, const char *errstr); +void be_terminate_domain_requests(struct be_ctx *be_ctx, + const char *domain); + /* Request account information */ struct tevent_req * be_get_account_info_send(TALLOC_CTX *mem_ctx, -- cgit