summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_cycle.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-01-30 16:47:50 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-01-30 16:47:50 +0300
commitbb87fa11ca65d1263a32f86d51d1daa89dc11544 (patch)
treed5e74fee091b15da7ecd058341d49dba304c9822 /src/nxt_cycle.h
parent952291c93c96c1dc5b63576e0ee034efde998b18 (diff)
downloadunit-bb87fa11ca65d1263a32f86d51d1daa89dc11544.tar.gz
unit-bb87fa11ca65d1263a32f86d51d1daa89dc11544.tar.bz2
nxt_event_timer has been renamed to nxt_timer.
Diffstat (limited to 'src/nxt_cycle.h')
-rw-r--r--src/nxt_cycle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_cycle.h b/src/nxt_cycle.h
index f2b0e5a4..2b57137b 100644
--- a/src/nxt_cycle.h
+++ b/src/nxt_cycle.h
@@ -66,7 +66,7 @@ struct nxt_cycle_s {
void **core_ctx;
- nxt_event_timer_t timer;
+ nxt_timer_t timer;
uint8_t daemon;
uint8_t batch;