comparison src/event/modules/ngx_iocp_module.c @ 6125:4dc8e7b62216

Removed the obsolete aio module.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 22 Apr 2015 18:57:32 +0300
parents 4652f8f26b12
children 2cd019520210
comparison
equal deleted inserted replaced
6124:f1f222db290b 6125:4dc8e7b62216
123 123
124 ngx_io = ngx_iocp_io; 124 ngx_io = ngx_iocp_io;
125 125
126 ngx_event_actions = ngx_iocp_module_ctx.actions; 126 ngx_event_actions = ngx_iocp_module_ctx.actions;
127 127
128 ngx_event_flags = NGX_USE_AIO_EVENT|NGX_USE_IOCP_EVENT; 128 ngx_event_flags = NGX_USE_IOCP_EVENT;
129 129
130 if (timer == 0) { 130 if (timer == 0) {
131 return NGX_OK; 131 return NGX_OK;
132 } 132 }
133 133