diff src/core/ngx_connection.h @ 3065:113cd532b328

aio sendfile
author Igor Sysoev <igor@sysoev.ru>
date Sun, 30 Aug 2009 09:52:39 +0000
parents 512d164a8348
children 00d436dbf826
line wrap: on
line diff
--- a/src/core/ngx_connection.h	Sun Aug 30 09:47:11 2009 +0000
+++ b/src/core/ngx_connection.h	Sun Aug 30 09:52:39 2009 +0000
@@ -159,6 +159,11 @@
     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