From ae1cb5ca04eb46d1112868bc80b459eb2a168920 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Feb 2013 10:18:29 +0100 Subject: s3:smbd: s/struct timed_event/struct tevent_timer Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/smbd/oplock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/oplock.c') diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c index 6245817fd3..f44711323f 100644 --- a/source3/smbd/oplock.c +++ b/source3/smbd/oplock.c @@ -321,7 +321,7 @@ static files_struct *initial_break_processing( } static void oplock_timeout_handler(struct tevent_context *ctx, - struct timed_event *te, + struct tevent_timer *te, struct timeval now, void *private_data) { -- cgit