diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-02-18 09:59:58 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-02-19 23:47:54 +0100 |
commit | d0bca41f481fbaa4b25190bbb58fe119ca5ccec9 (patch) | |
tree | 07a8f6d8802e5c9b91e1cdafec404881d8be1817 /source3/libsmb/clioplock.c | |
parent | 00b1ef8853a0ad3bf967f98d5a9a570109abb82e (diff) | |
download | samba-d0bca41f481fbaa4b25190bbb58fe119ca5ccec9.tar.gz |
s3:libsmb: 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/libsmb/clioplock.c')
-rw-r--r-- | source3/libsmb/clioplock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clioplock.c b/source3/libsmb/clioplock.c index d9ab4145e2d..0b19748bf6e 100644 --- a/source3/libsmb/clioplock.c +++ b/source3/libsmb/clioplock.c @@ -31,7 +31,7 @@ struct cli_smb_oplock_break_waiter_state { static void cli_smb_oplock_break_waiter_done(struct tevent_req *subreq); struct tevent_req *cli_smb_oplock_break_waiter_send(TALLOC_CTX *mem_ctx, - struct event_context *ev, + struct tevent_context *ev, struct cli_state *cli) { struct tevent_req *req, *subreq; |