summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_create.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 09:56:41 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:51 +0100
commit415e8e0513017207c9c87ec968f22ed43bdb220b (patch)
tree527334724be8e3c3a1f2a713b6fd74e5eadb427a /source3/smbd/smb2_create.c
parent5c72385f3d4ba5f5747d9d5895286dfacbb2ba7a (diff)
downloadsamba-415e8e0513017207c9c87ec968f22ed43bdb220b.tar.gz
samba-415e8e0513017207c9c87ec968f22ed43bdb220b.tar.xz
samba-415e8e0513017207c9c87ec968f22ed43bdb220b.zip
s3:smbd: 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/smbd/smb2_create.c')
-rw-r--r--source3/smbd/smb2_create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smb2_create.c b/source3/smbd/smb2_create.c
index 21f25494c7..3fe901d2a2 100644
--- a/source3/smbd/smb2_create.c
+++ b/source3/smbd/smb2_create.c
@@ -1343,7 +1343,7 @@ bool schedule_deferred_open_message_smb2(
Re-process this call.
*********************************************************/
-static void smb2_deferred_open_timer(struct event_context *ev,
+static void smb2_deferred_open_timer(struct tevent_context *ev,
struct timed_event *te,
struct timeval _tval,
void *private_data)