aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-08-30 09:52:39 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-08-30 09:52:39 +0000
commitbfff03406d869119eb0cec68f028e8ab6fd6caa5 (patch)
treedf66c97cc1e19310ce18a8d882480bdfa0c32780 /src/http/ngx_http_core_module.h
parentddda411d146607ec6cd61fcbb3fff95340a28df2 (diff)
downloadnginx-bfff03406d869119eb0cec68f028e8ab6fd6caa5.tar.gz
nginx-bfff03406d869119eb0cec68f028e8ab6fd6caa5.zip
aio sendfile
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 826b403d6..9946c4f33 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -24,6 +24,11 @@
#define NGX_HTTP_GZIP_PROXIED_ANY 0x0200
+#define NGX_HTTP_AIO_OFF 0
+#define NGX_HTTP_AIO_ON 1
+#define NGX_HTTP_AIO_SENDFILE 2
+
+
#define NGX_HTTP_SATISFY_ALL 0
#define NGX_HTTP_SATISFY_ANY 1