summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-10 10:49:53 +0200
committerVolker Lendecke <vl@samba.org>2009-06-14 11:25:47 +0200
commit9b06c27cdb5f896cfd92eb103132cee258b87ca1 (patch)
tree743fe37119495535dda77bd089e348341ad5b8b3 /source3/winbindd/winbindd_proto.h
parentc049d098d1e56a56378bc105d1df89c34cc06ddb (diff)
downloadsamba-9b06c27cdb5f896cfd92eb103132cee258b87ca1.tar.gz
samba-9b06c27cdb5f896cfd92eb103132cee258b87ca1.tar.bz2
samba-9b06c27cdb5f896cfd92eb103132cee258b87ca1.zip
Convert the winbind parent->child communication to wb_reqtrans
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 384395f896..55c0af3148 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -276,6 +276,13 @@ void setup_domain_child(struct winbindd_domain *domain,
/* The following definitions come from winbindd/winbindd_dual.c */
+struct tevent_req *wb_child_request_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_child *child,
+ struct winbindd_request *request);
+int wb_child_request_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ struct winbindd_response **presponse, int *err);
+
void async_request(TALLOC_CTX *mem_ctx, struct winbindd_child *child,
struct winbindd_request *request,
struct winbindd_response *response,