summaryrefslogtreecommitdiff
path: root/source3/rpc_client/rpc_transport_np.c
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/rpc_transport_np.c
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/rpc_transport_np.c')
-rw-r--r--source3/rpc_client/rpc_transport_np.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_client/rpc_transport_np.c b/source3/rpc_client/rpc_transport_np.c
index db7217e705..78caa5bae7 100644
--- a/source3/rpc_client/rpc_transport_np.c
+++ b/source3/rpc_client/rpc_transport_np.c
@@ -32,7 +32,7 @@ struct rpc_transport_np_init_state {
static void rpc_transport_np_init_pipe_open(struct tevent_req *subreq);
struct tevent_req *rpc_transport_np_init_send(TALLOC_CTX *mem_ctx,
- struct event_context *ev,
+ struct tevent_context *ev,
struct cli_state *cli,
const struct ndr_syntax_id *abstract_syntax)
{
@@ -113,7 +113,7 @@ NTSTATUS rpc_transport_np_init(TALLOC_CTX *mem_ctx, struct cli_state *cli,
struct rpc_cli_transport **presult)
{
TALLOC_CTX *frame = talloc_stackframe();
- struct event_context *ev;
+ struct tevent_context *ev;
struct tevent_req *req;
NTSTATUS status = NT_STATUS_OK;