From bfff03406d869119eb0cec68f028e8ab6fd6caa5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 30 Aug 2009 09:52:39 +0000 Subject: aio sendfile --- src/core/ngx_connection.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/ngx_connection.h') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 689b5f0e9..ebc0c4c14 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -159,6 +159,11 @@ struct ngx_connection_s { unsigned accept_context_updated:1; #endif +#if (NGX_HAVE_AIO_SENDFILE) + unsigned aio_sendfile:1; + ngx_buf_t *busy_sendfile; +#endif + #if (NGX_THREADS) ngx_atomic_t lock; #endif -- cgit