diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-08-30 09:52:39 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-08-30 09:52:39 +0000 |
commit | bfff03406d869119eb0cec68f028e8ab6fd6caa5 (patch) | |
tree | df66c97cc1e19310ce18a8d882480bdfa0c32780 /src/http/ngx_http_core_module.h | |
parent | ddda411d146607ec6cd61fcbb3fff95340a28df2 (diff) | |
download | nginx-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.h | 5 |
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 |