summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 09:57:22 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:52 +0100
commitf9d0473d024bc7b6efc4619c7c77b5bf992f6d54 (patch)
treef129f3e8bc5b7c3af0575e406efa00e4119a7e0d /source3/rpc_client/cli_pipe.h
parent415e8e0513017207c9c87ec968f22ed43bdb220b (diff)
downloadsamba-f9d0473d024bc7b6efc4619c7c77b5bf992f6d54.tar.gz
samba-f9d0473d024bc7b6efc4619c7c77b5bf992f6d54.tar.bz2
samba-f9d0473d024bc7b6efc4619c7c77b5bf992f6d54.zip
s3:rpc_client: s/struct event_context/struct tevent_context
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/rpc_client/cli_pipe.h')
-rw-r--r--source3/rpc_client/cli_pipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_pipe.h b/source3/rpc_client/cli_pipe.h
index 343bd0afa5..bf785fb0b5 100644
--- a/source3/rpc_client/cli_pipe.h
+++ b/source3/rpc_client/cli_pipe.h
@@ -28,7 +28,7 @@
/* The following definitions come from rpc_client/cli_pipe.c */
struct tevent_req *rpc_api_pipe_req_send(TALLOC_CTX *mem_ctx,
- struct event_context *ev,
+ struct tevent_context *ev,
struct rpc_pipe_client *cli,
uint8_t op_num,
DATA_BLOB *req_data);
@@ -38,7 +38,7 @@ NTSTATUS rpc_api_pipe_req_recv(struct tevent_req *req,
DATA_BLOB *reply_pdu);
struct tevent_req *rpc_pipe_bind_send(TALLOC_CTX *mem_ctx,
- struct event_context *ev,
+ struct tevent_context *ev,
struct rpc_pipe_client *cli,
struct pipe_auth_data *auth);