diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-07-30 12:34:04 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-07-30 12:34:04 +0000 |
| commit | 385af286421e983f744f7f5d339b8060ccd36302 (patch) | |
| tree | 81c46d0dad40506cc3a331c6ffaf454da85a0177 /src/http/ngx_http_core_module.h | |
| parent | 749449097847cc3bee9e4e3966122a94149b755b (diff) | |
| download | nginx-385af286421e983f744f7f5d339b8060ccd36302.tar.gz nginx-385af286421e983f744f7f5d339b8060ccd36302.tar.bz2 | |
directio
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 85d96b079..57ee748e7 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -265,6 +265,7 @@ struct ngx_http_core_loc_conf_s { ngx_str_t default_type; off_t client_max_body_size; /* client_max_body_size */ + off_t directio; /* directio */ size_t client_body_buffer_size; /* client_body_buffer_size */ size_t send_lowat; /* send_lowat */ |
