diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-01-30 16:47:50 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-01-30 16:47:50 +0300 |
commit | bb87fa11ca65d1263a32f86d51d1daa89dc11544 (patch) | |
tree | d5e74fee091b15da7ecd058341d49dba304c9822 /auto/sources | |
parent | 952291c93c96c1dc5b63576e0ee034efde998b18 (diff) | |
download | unit-bb87fa11ca65d1263a32f86d51d1daa89dc11544.tar.gz unit-bb87fa11ca65d1263a32f86d51d1daa89dc11544.tar.bz2 |
nxt_event_timer has been renamed to nxt_timer.
Diffstat (limited to '')
-rw-r--r-- | auto/sources | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |