summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-01-26 21:08:14 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-01-26 21:08:14 +0000
commit9b25d691d3a472cb499d638b57f18e743cc2c4f3 (patch)
tree4979f030e639e14a32ea8b7d19c42e638878370f /src/event/ngx_event.c
parent830c4ce7afd0da40a06d47c176534a5fa03c0b36 (diff)
downloadnginx-9b25d691d3a472cb499d638b57f18e743cc2c4f3.tar.gz
nginx-9b25d691d3a472cb499d638b57f18e743cc2c4f3.tar.bz2
nginx-0.0.1-2003-01-27-00:08:14 import
Diffstat (limited to 'src/event/ngx_event.c')
-rw-r--r--src/event/ngx_event.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/event/ngx_event.c b/src/event/ngx_event.c
index 9a5b73005..a6addd568 100644
--- a/src/event/ngx_event.c
+++ b/src/event/ngx_event.c
@@ -32,7 +32,7 @@ ngx_event_t *ngx_read_events, *ngx_write_events;
#if 0
ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT;
-#elif 0
+#elif 1
ngx_event_type_e ngx_event_type = NGX_POLL_EVENT;
#else
ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT;
@@ -54,6 +54,8 @@ ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT;
#endif
+int ngx_event_flags;
+
ngx_event_actions_t ngx_event_actions;
/* ngx_event_type_e order */