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

@@ -16,11 +16,11 @@ typedef struct {
nxt_pid_t pid;
nxt_uint_t count;
nxt_time_t last;
nxt_event_timer_t timer;
nxt_timer_t timer;
} nxt_log_moderation_t;
#define NXT_LOG_MODERATION 0, -1, 0, 0, NXT_EVENT_TIMER
#define NXT_LOG_MODERATION 0, -1, 0, 0, NXT_TIMER
#define \