comparison src/event/modules/ngx_iocp_module.c @ 144:ef8c87afcfc5

nginx-0.0.1-2003-10-12-20:49:16 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 12 Oct 2003 16:49:16 +0000
parents ac69ab96328d
children a8ff48d26cca
comparison
equal deleted inserted replaced
143:5526213be452 144:ef8c87afcfc5
103 103
104 ngx_io = ngx_os_io; 104 ngx_io = ngx_os_io;
105 105
106 ngx_event_actions = ngx_iocp_module_ctx.actions; 106 ngx_event_actions = ngx_iocp_module_ctx.actions;
107 107
108 ngx_event_flags = NGX_HAVE_AIO_EVENT|NGX_HAVE_IOCP_EVENT; 108 ngx_event_flags = NGX_USE_AIO_EVENT|NGX_USE_IOCP_EVENT;
109 109
110 return NGX_OK; 110 return NGX_OK;
111 } 111 }
112 112
113 113