summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authoreindenbom <eindenbom@gmail.com>2010-07-09 15:54:05 +0400
committerStephen Gallagher <sgallagh@redhat.com>2010-07-09 11:44:06 -0400
commit2d7a7b0140a4d3fcef9148900276e24f82e33866 (patch)
tree522f68126ef654354497c84a68d788096bb8437f /src/providers/ldap/sdap_async.h
parentfaace4bdd6b84f60d2f707c00d31a84c0e84d375 (diff)
downloadsssd-2d7a7b0140a4d3fcef9148900276e24f82e33866.tar.gz
sssd-2d7a7b0140a4d3fcef9148900276e24f82e33866.tar.xz
sssd-2d7a7b0140a4d3fcef9148900276e24f82e33866.zip
LDAP connection usage tracking, sharing and failover retry framework.
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r--src/providers/ldap/sdap_async.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h
index 99cf064dc..60535064c 100644
--- a/src/providers/ldap/sdap_async.h
+++ b/src/providers/ldap/sdap_async.h
@@ -115,6 +115,11 @@ int sdap_cli_connect_recv(struct tevent_req *req,
TALLOC_CTX *memctx,
struct sdap_handle **gsh,
struct sysdb_attrs **rootdse);
+int sdap_cli_connect_recv_ext(struct tevent_req *req,
+ TALLOC_CTX *memctx,
+ bool *can_retry,
+ struct sdap_handle **gsh,
+ struct sysdb_attrs **rootdse);
struct tevent_req *sdap_get_generic_send(TALLOC_CTX *memctx,
struct tevent_context *ev,