comparison src/event/ngx_event.c @ 26:53cb81681040

nginx-0.0.1-2002-12-15-09:25:09 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 15 Dec 2002 06:25:09 +0000
parents 77c7629a2627
children a117a7fdf042
comparison
equal deleted inserted replaced
25:a8b156554dfe 26:53cb81681040
19 ngx_connection_t *ngx_connections; 19 ngx_connection_t *ngx_connections;
20 ngx_event_t *ngx_read_events, *ngx_write_events; 20 ngx_event_t *ngx_read_events, *ngx_write_events;
21 21
22 #if !(USE_KQUEUE) 22 #if !(USE_KQUEUE)
23 23
24 #if 0 24 #if 1
25 ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT; 25 ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT;
26 #else 26 #else
27 ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT; 27 ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT;
28 #endif 28 #endif
29 29