comparison src/event/modules/ngx_aio_module.c @ 91:637625a2acdb

nginx-0.0.1-2003-05-19-20:39:14 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 May 2003 16:39:14 +0000
parents 36d2c25cc9bb
children 738fe44c70d5
comparison
equal deleted inserted replaced
90:37530da31268 91:637625a2acdb
19 19
20 int rc; 20 int rc;
21 21
22 rc = ngx_kqueue_init(max_connections, log); 22 rc = ngx_kqueue_init(max_connections, log);
23 23
24 ngx_event_flags = NGX_HAVE_AIO_EVENT; 24 ngx_event_flags = NGX_HAVE_AIO_EVENT|NGX_USE_AIO_EVENT;
25 ngx_write_chain_proc = ngx_aio_write_chain; 25 ngx_write_chain_proc = ngx_aio_write_chain;
26 26
27 return rc; 27 return rc;
28 28
29 #endif 29 #endif