nxt_event_timer has been renamed to nxt_timer.

This commit is contained in:
Igor Sysoev
2017-01-30 16:47:50 +03:00
parent 952291c93c
commit bb87fa11ca
26 changed files with 521 additions and 532 deletions

View File

@@ -32,7 +32,7 @@ struct nxt_fiber_s {
nxt_fiber_main_t *main;
nxt_fiber_t *next;
nxt_event_timer_t timer;
nxt_timer_t timer;
};