From e947acaa8a36f574a8245c174da28d3ad7fab452 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 25 Oct 2011 14:26:17 +0200 Subject: s3:libsmb: s/event_context/tevent_context/ in async_smb.[ch] metze --- source3/libsmb/async_smb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/async_smb.c b/source3/libsmb/async_smb.c index 933b7e8c84..79194f5eba 100644 --- a/source3/libsmb/async_smb.c +++ b/source3/libsmb/async_smb.c @@ -373,7 +373,7 @@ static uint8_t *iov_concat(TALLOC_CTX *mem_ctx, const struct iovec *iov, } struct tevent_req *cli_smb_req_create(TALLOC_CTX *mem_ctx, - struct event_context *ev, + struct tevent_context *ev, struct cli_state *cli, uint8_t smb_command, uint8_t additional_flags, @@ -554,7 +554,7 @@ NTSTATUS cli_smb_req_send(struct tevent_req *req) } struct tevent_req *cli_smb_send(TALLOC_CTX *mem_ctx, - struct event_context *ev, + struct tevent_context *ev, struct cli_state *cli, uint8_t smb_command, uint8_t additional_flags, -- cgit