comparison src/event/ngx_event_timer.c @ 96:a23d010f356d

nginx-0.0.1-2003-05-27-16:18:54 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 27 May 2003 12:18:54 +0000
parents 637625a2acdb
children 6dfda4cf5200
comparison
equal deleted inserted replaced
95:b48066122884 96:a23d010f356d
18 int ngx_event_timer_init(ngx_log_t *log) 18 int ngx_event_timer_init(ngx_log_t *log)
19 { 19 {
20 int i; 20 int i;
21 ngx_event_conf_t *ecf; 21 ngx_event_conf_t *ecf;
22 22
23 ecf = ngx_event_get_conf(ngx_event_module_ctx); 23 ecf = ngx_event_get_conf(ngx_event_module);
24 24
25 ngx_timer_queue_num = ecf->timer_queues; 25 ngx_timer_queue_num = ecf->timer_queues;
26 ngx_timer_cur_queue = 0; 26 ngx_timer_cur_queue = 0;
27 27
28 ngx_test_null(ngx_timer_queue, 28 ngx_test_null(ngx_timer_queue,