comparison src/event/ngx_event.c @ 32:d45effe5854c

nginx-0.0.1-2002-12-19-10:08:55 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 Dec 2002 07:08:55 +0000
parents a117a7fdf042
children b2e039840718
comparison
equal deleted inserted replaced
31:d1ebcc555037 32:d45effe5854c
20 ngx_connection_t *ngx_connections; 20 ngx_connection_t *ngx_connections;
21 ngx_event_t *ngx_read_events, *ngx_write_events; 21 ngx_event_t *ngx_read_events, *ngx_write_events;
22 22
23 #if !(USE_KQUEUE) 23 #if !(USE_KQUEUE)
24 24
25 #if 1 25 #if 0
26 ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT; 26 ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT;
27 #else 27 #else
28 ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT; 28 ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT;
29 #endif 29 #endif
30 30