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_log_moderation.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_log_moderation.h')
-rw-r--r-- | src/nxt_log_moderation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_log_moderation.h b/src/nxt_log_moderation.h index 5a794e79..ebef7fd5 100644 --- a/src/nxt_log_moderation.h +++ b/src/nxt_log_moderation.h @@ -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 \ |