comparison src/event/ngx_event.c @ 230:1119faf4635a

nginx-0.0.1-2004-01-16-09:15:48 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Jan 2004 06:15:48 +0000
parents 2ba3477070ac
children e6c005b66b3a
comparison
equal deleted inserted replaced
229:ce6b72fe33fe 230:1119faf4635a
118 #if (WIN32) 118 #if (WIN32)
119 ngx_iocp_conf_t *iocpcf; 119 ngx_iocp_conf_t *iocpcf;
120 #endif 120 #endif
121 121
122 122
123 if (cycle->old_cycle == NULL) { 123 ngx_event_timer_init();
124 ngx_event_timer_init(cycle);
125 }
126
127 124
128 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); 125 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module);
129 126
130 cycle->connection_n = ecf->connections; 127 cycle->connection_n = ecf->connections;
131 128