comparison src/event/ngx_event.c @ 4:c5f071d376e5

nginx-0.0.1-2002-08-22-19:24:03 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 Aug 2002 15:24:03 +0000
parents 34a521b1a148
children 669801705ab1
comparison
equal deleted inserted replaced
3:34a521b1a148 4:c5f071d376e5
17 ngx_connection_t *ngx_connections; 17 ngx_connection_t *ngx_connections;
18 ngx_event_t *ngx_read_events, *ngx_write_events; 18 ngx_event_t *ngx_read_events, *ngx_write_events;
19 19
20 #if !(USE_KQUEUE) 20 #if !(USE_KQUEUE)
21 21
22 #if 0 22 #if 1
23 ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT; 23 ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT;
24 #else 24 #else
25 ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT; 25 ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT;
26 #endif 26 #endif
27 27