diff src/event/modules/ngx_aio_module.c @ 164:84036764e215

nginx-0.0.1-2003-10-29-11:30:44 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 29 Oct 2003 08:30:44 +0000
parents ef8c87afcfc5
children 70e1c7d2b83d
line wrap: on
line diff
--- a/src/event/modules/ngx_aio_module.c
+++ b/src/event/modules/ngx_aio_module.c
@@ -19,7 +19,7 @@ static int ngx_aio_process_events(ngx_lo
 
 ngx_os_io_t ngx_os_aio = {
     ngx_aio_read,
-    NULL,
+    ngx_aio_read_chain,
     ngx_aio_write,
     ngx_aio_write_chain,
     NGX_HAVE_ZEROCOPY