comparison src/event/ngx_event_timer.h @ 316:a0beefedaf94

nginx-0.0.3-2004-04-15-00:34:05 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Apr 2004 20:34:05 +0000
parents 39b6f2df45c0
children 446782c909b3
comparison
equal deleted inserted replaced
315:39b6f2df45c0 316:a0beefedaf94
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 #include <ngx_event.h> 7 #include <ngx_event.h>
8 8
9 9
10 #define NGX_TIMER_ERROR (ngx_msec_t) -1 10 #define NGX_TIMER_INFINITE -1
11 #define NGX_TIMER_ERROR -2
11 12
12 /* 13 /*
13 * 32 bit timer key value resolution 14 * 32 bit timer key value resolution
14 * 15 *
15 * 1 msec - 24 days 16 * 1 msec - 24 days