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 /src/nxt_main.h | |
parent | 952291c93c96c1dc5b63576e0ee034efde998b18 (diff) | |
download | unit-bb87fa11ca65d1263a32f86d51d1daa89dc11544.tar.gz unit-bb87fa11ca65d1263a32f86d51d1daa89dc11544.tar.bz2 |
nxt_event_timer has been renamed to nxt_timer.
Diffstat (limited to 'src/nxt_main.h')
-rw-r--r-- | src/nxt_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h index 3c52d69f..25d52665 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -71,7 +71,7 @@ typedef struct { #include <nxt_thread_time.h> typedef struct nxt_event_engine_s nxt_event_engine_t; -#include <nxt_event_timer.h> +#include <nxt_timer.h> #include <nxt_fiber.h> typedef struct nxt_thread_pool_s nxt_thread_pool_t; |