From: Stefan Metzmacher Date: Mon, 18 Feb 2013 09:18:29 +0000 (+0100) Subject: s3:nmbd: s/struct timed_event/struct tevent_timer X-Git-Tag: tevent-0.9.18~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39660e6d88b54aee668e3f78bba83f036f1ff95c;p=thirdparty%2Fsamba.git s3:nmbd: s/struct timed_event/struct tevent_timer Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index 4dedb5fa5f7..a37aebec9cc 100644 --- a/source3/nmbd/nmbd_processlogon.c +++ b/source3/nmbd/nmbd_processlogon.c @@ -57,7 +57,7 @@ static bool delay_logon(const char *peer_name, const char *peer_addr) } static void delayed_init_logon_handler(struct tevent_context *event_ctx, - struct timed_event *te, + struct tevent_timer *te, struct timeval now, void *private_data) {