From 3acf08156e66e9e86d4a80ff566aa75aa71a65b8 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Thu, 24 Oct 2013 11:17:43 +0200 Subject: dp: convert cleanup task to be_ptask Resolves: https://fedorahosted.org/sssd/ticket/1968 --- src/providers/ldap/ldap_common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/providers/ldap/ldap_common.h') diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h index 0bd6c9cc2..8b2b1ea91 100644 --- a/src/providers/ldap/ldap_common.h +++ b/src/providers/ldap/ldap_common.h @@ -195,11 +195,11 @@ ldap_enumeration_send(TALLOC_CTX *mem_ctx, void *pvt); errno_t ldap_enumeration_recv(struct tevent_req *req); +errno_t ldap_setup_cleanup(struct sdap_id_ctx *id_ctx, + struct sdap_domain *sdom); + errno_t ldap_id_cleanup(struct sdap_options *opts, struct sdap_domain *sdom); -int ldap_id_cleanup_create_timer(struct sdap_id_ctx *ctx, - struct sdap_domain *sdom, - struct timeval tv); void sdap_mark_offline(struct sdap_id_ctx *ctx); -- cgit