comparison src/event/ngx_event.c @ 33:b2e039840718

nginx-0.0.1-2002-12-19-20:49:51 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 Dec 2002 17:49:51 +0000
parents d45effe5854c
children 95f1c2a938f3
comparison
equal deleted inserted replaced
32:d45effe5854c 33:b2e039840718
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 0 25 #if 1
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