summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-16 12:00:07 +0200
committerVolker Lendecke <vl@samba.org>2009-06-14 11:25:47 +0200
commite3bed4848fca81fcdaaa5b44a16893653b62a50f (patch)
tree86985852295b96b8a444c5bfd9576b6a7ffc7665 /source3/winbindd/winbindd.h
parented3bc614cccec6167c64ac58d78344b6426cd019 (diff)
downloadsamba-e3bed4848fca81fcdaaa5b44a16893653b62a50f.tar.gz
samba-e3bed4848fca81fcdaaa5b44a16893653b62a50f.tar.bz2
samba-e3bed4848fca81fcdaaa5b44a16893653b62a50f.zip
Add an async wb request loop
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r--source3/winbindd/winbindd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index 7b71502999..ae688e251c 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -57,6 +57,8 @@ struct winbindd_cli_state {
bool privileged; /* Is the client 'privileged' */
TALLOC_CTX *mem_ctx; /* memory per request */
+ NTSTATUS (*recv_fn)(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ struct winbindd_response **presp);
struct winbindd_request *request; /* Request from client */
struct winbindd_request _request;
struct tevent_queue *out_queue;