comparison src/http/ngx_http_core_module.h @ 2129:25add486e7aa

directio
author Igor Sysoev <igor@sysoev.ru>
date Wed, 30 Jul 2008 12:34:04 +0000
parents c036922f6f07
children fb3b084e7d42
comparison
equal deleted inserted replaced
2128:345a014436d4 2129:25add486e7aa
263 ngx_array_t *types; 263 ngx_array_t *types;
264 ngx_hash_t types_hash; 264 ngx_hash_t types_hash;
265 ngx_str_t default_type; 265 ngx_str_t default_type;
266 266
267 off_t client_max_body_size; /* client_max_body_size */ 267 off_t client_max_body_size; /* client_max_body_size */
268 off_t directio; /* directio */
268 269
269 size_t client_body_buffer_size; /* client_body_buffer_size */ 270 size_t client_body_buffer_size; /* client_body_buffer_size */
270 size_t send_lowat; /* send_lowat */ 271 size_t send_lowat; /* send_lowat */
271 size_t postpone_output; /* postpone_output */ 272 size_t postpone_output; /* postpone_output */
272 size_t limit_rate; /* limit_rate */ 273 size_t limit_rate; /* limit_rate */