From bb87fa11ca65d1263a32f86d51d1daa89dc11544 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 30 Jan 2017 16:47:50 +0300 Subject: nxt_event_timer has been renamed to nxt_timer. --- auto/sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auto') diff --git a/auto/sources b/auto/sources index caa11d13..cda63bb6 100644 --- a/auto/sources +++ b/auto/sources @@ -57,7 +57,7 @@ NXT_LIB_DEPS=" \ src/nxt_log_moderation.h \ src/nxt_event_set.h \ src/nxt_event_engine.h \ - src/nxt_event_timer.h \ + src/nxt_timer.h \ src/nxt_event_fd.h \ src/nxt_event_conn.h \ src/nxt_event_file.h \ @@ -115,7 +115,7 @@ NXT_LIB_SRCS=" \ src/nxt_log_moderation.c \ src/nxt_event_set.c \ src/nxt_event_engine.c \ - src/nxt_event_timer.c \ + src/nxt_timer.c \ src/nxt_event_conn.c \ src/nxt_event_conn_connect.c \ src/nxt_event_conn_accept.c \ -- cgit