comparison src/event/ngx_event.c @ 270:7bb9562216ce

nginx-0.0.2-2004-02-25-23:16:15 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 25 Feb 2004 20:16:15 +0000
parents 5dacbb4daaf6
children e16dfb9b9afa
comparison
equal deleted inserted replaced
269:f082cb6bcdd7 270:7bb9562216ce
131 #if (WIN32) 131 #if (WIN32)
132 ngx_iocp_conf_t *iocpcf; 132 ngx_iocp_conf_t *iocpcf;
133 #endif 133 #endif
134 134
135 135
136 ngx_event_timer_init(); 136 if (ngx_event_timer_init(cycle->log) == NGX_ERROR) {
137 return NGX_ERROR;
138 }
137 139
138 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); 140 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module);
139 141
140 cycle->connection_n = ecf->connections; 142 cycle->connection_n = ecf->connections;
141 143