comparison src/event/ngx_event_timer.h @ 315:39b6f2df45c0

nginx-0.0.3-2004-04-14-21:44:28 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Apr 2004 17:44:28 +0000
parents bcbe876f4262
children a0beefedaf94
comparison
equal deleted inserted replaced
314:d71c87d11b16 315:39b6f2df45c0
10 #define NGX_TIMER_ERROR (ngx_msec_t) -1 10 #define NGX_TIMER_ERROR (ngx_msec_t) -1
11 11
12 /* 12 /*
13 * 32 bit timer key value resolution 13 * 32 bit timer key value resolution
14 * 14 *
15 * 1 msec - 49 days 15 * 1 msec - 24 days
16 * 10 msec - 1 years 4 months 16 * 10 msec - 8 months
17 * 50 msec - 6 years 10 months 17 * 50 msec - 3 years 5 months
18 * 100 msec - 13 years 8 months 18 * 100 msec - 6 years 10 months
19 */ 19 */
20 20
21 #define NGX_TIMER_RESOLUTION 1 21 #define NGX_TIMER_RESOLUTION 1
22 22
23 23