comparison src/event/ngx_event.c @ 7:b5481d6fbbd4

nginx-0.0.1-2002-08-29-20:59:54 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 29 Aug 2002 16:59:54 +0000
parents 669801705ab1
children 708f8bb772ec
comparison
equal deleted inserted replaced
6:669801705ab1 7:b5481d6fbbd4
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 1 22 #if 0
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