comparison src/event/ngx_event.c @ 11:f323b4f74e4a

nginx-0.0.1-2002-09-12-18:42:29 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Sep 2002 14:42:29 +0000
parents 708f8bb772ec
children 8dd06e2844f5
comparison
equal deleted inserted replaced
10:4f3879d9b6f6 11:f323b4f74e4a
18 ngx_connection_t *ngx_connections; 18 ngx_connection_t *ngx_connections;
19 ngx_event_t *ngx_read_events, *ngx_write_events; 19 ngx_event_t *ngx_read_events, *ngx_write_events;
20 20
21 #if !(USE_KQUEUE) 21 #if !(USE_KQUEUE)
22 22
23 #if 1 23 #if 0
24 ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT; 24 ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT;
25 #else 25 #else
26 ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT; 26 ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT;
27 #endif 27 #endif
28 28