summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_create.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 10:18:29 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:56 +0100
commitae1cb5ca04eb46d1112868bc80b459eb2a168920 (patch)
treeb961343b5c4635c526840c6bfab1ac78a2d3da1b /source3/smbd/smb2_create.c
parent3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2 (diff)
downloadsamba-ae1cb5ca04eb46d1112868bc80b459eb2a168920.tar.gz
samba-ae1cb5ca04eb46d1112868bc80b459eb2a168920.tar.xz
samba-ae1cb5ca04eb46d1112868bc80b459eb2a168920.zip
s3:smbd: s/struct timed_event/struct tevent_timer
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/smb2_create.c b/source3/smbd/smb2_create.c
index 3fe901d2a2..c239ccb143 100644
--- a/source3/smbd/smb2_create.c
+++ b/source3/smbd/smb2_create.c
@@ -378,7 +378,7 @@ struct smbd_smb2_create_state {
struct smbd_smb2_request *smb2req;
struct smb_request *smb1req;
bool open_was_deferred;
- struct timed_event *te;
+ struct tevent_timer *te;
struct tevent_immediate *im;
struct timeval request_time;
struct file_id id;
@@ -1344,7 +1344,7 @@ bool schedule_deferred_open_message_smb2(
*********************************************************/
static void smb2_deferred_open_timer(struct tevent_context *ev,
- struct timed_event *te,
+ struct tevent_timer *te,
struct timeval _tval,
void *private_data)
{