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

@@ -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;