summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-23 23:20:03 +0100
committerVolker Lendecke <vl@samba.org>2009-03-24 13:23:41 +0100
commit8e0d9d002a4b0266c9d910bf7ce9c0510c89b09f (patch)
tree5786055fcbe91b241c805737f74d42e87c978711 /source3/include
parent22badee4bf7d75a4337a3826847070ebd7464ce8 (diff)
downloadsamba-8e0d9d002a4b0266c9d910bf7ce9c0510c89b09f.tar.gz
samba-8e0d9d002a4b0266c9d910bf7ce9c0510c89b09f.tar.bz2
samba-8e0d9d002a4b0266c9d910bf7ce9c0510c89b09f.zip
Convert rpc_cli_transport->write to tevent_req
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 6510a14b15..f0c8ecc9dd 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -83,14 +83,14 @@ struct rpc_cli_transport {
/**
* Trigger an async write to the server. May return a short write.
*/
- struct async_req *(*write_send)(TALLOC_CTX *mem_ctx,
- struct event_context *ev,
- const uint8_t *data, size_t size,
- void *priv);
+ struct tevent_req *(*write_send)(TALLOC_CTX *mem_ctx,
+ struct event_context *ev,
+ const uint8_t *data, size_t size,
+ void *priv);
/**
* Get the result from the read_send operation.
*/
- NTSTATUS (*write_recv)(struct async_req *req, ssize_t *psent);
+ NTSTATUS (*write_recv)(struct tevent_req *req, ssize_t *psent);
/**
* This is an optimization for the SMB transport. It models the