summaryrefslogtreecommitdiff
path: root/source3/include/wbc_async.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-08 09:35:13 +0100
committerVolker Lendecke <vl@samba.org>2009-03-08 11:20:59 +0100
commit9a64d7cfbedec6fc634b523c2185213c136a5074 (patch)
treeb9618b6279e233ec5de5b718233bc83a7b761822 /source3/include/wbc_async.h
parentf5ee31602c7880b11dff82258764eb9a76cdc83b (diff)
downloadsamba-9a64d7cfbedec6fc634b523c2185213c136a5074.tar.gz
samba-9a64d7cfbedec6fc634b523c2185213c136a5074.tar.bz2
samba-9a64d7cfbedec6fc634b523c2185213c136a5074.zip
Convert wb_req_write to tevent_req
Diffstat (limited to 'source3/include/wbc_async.h')
-rw-r--r--source3/include/wbc_async.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/include/wbc_async.h b/source3/include/wbc_async.h
index 0ae6c695f0..b90a3b71d8 100644
--- a/source3/include/wbc_async.h
+++ b/source3/include/wbc_async.h
@@ -50,11 +50,11 @@ struct async_req *wb_req_read_send(TALLOC_CTX *mem_ctx,
wbcErr wb_req_read_recv(struct async_req *req, TALLOC_CTX *mem_ctx,
struct winbindd_request **preq);
-struct async_req *wb_req_write_send(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev, int fd,
- struct winbindd_request *wb_req);
-
-wbcErr wb_req_write_recv(struct async_req *req);
+struct tevent_req *wb_req_write_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct tevent_queue *queue, int fd,
+ struct winbindd_request *wb_req);
+wbcErr wb_req_write_recv(struct tevent_req *req);
struct async_req *wb_resp_read_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev, int fd);