diff options
Diffstat (limited to 'src/nxt_cache.h')
-rw-r--r-- | src/nxt_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_cache.h b/src/nxt_cache.h index 74cdffb2..567b5581 100644 --- a/src/nxt_cache.h +++ b/src/nxt_cache.h @@ -109,7 +109,7 @@ struct nxt_cache_query_s { nxt_time_t now; nxt_msec_t timeout; - nxt_event_timer_t timer; + nxt_timer_t timer; }; |