comparison src/event/ngx_event.c @ 18:72ad26c77d2d

nginx-0.0.1-2002-10-04-21:58:04 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 04 Oct 2002 17:58:04 +0000
parents 8dd06e2844f5
children 77c7629a2627
comparison
equal deleted inserted replaced
17:8dd06e2844f5 18:72ad26c77d2d
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 1 24 #if 0
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