diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-08-28 08:15:55 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-08-28 08:15:55 +0000 |
commit | 6fb506a21500dcdf3878d1553c57bd49d0f844b2 (patch) | |
tree | 1005ae8c25fc8bc7b169e674f3a6e1aed3810d3d /src/http/ngx_http_core_module.h | |
parent | a962506498d3930bea4e34bc21d261613065f98f (diff) | |
download | nginx-6fb506a21500dcdf3878d1553c57bd49d0f844b2.tar.gz nginx-6fb506a21500dcdf3878d1553c57bd49d0f844b2.zip |
directio_alignment
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 522509b41..826b403d6 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -319,6 +319,7 @@ struct ngx_http_core_loc_conf_s { off_t client_max_body_size; /* client_max_body_size */ off_t directio; /* directio */ + off_t directio_alignment; /* directio_alignment */ size_t client_body_buffer_size; /* client_body_buffer_size */ size_t send_lowat; /* send_lowat */ |