diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-12-02 16:09:40 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-02 16:09:40 +0000 |
| commit | a0bb31f92c86a96b3008f9ee320890ee0d920487 (patch) | |
| tree | b4b5208a1b3ff66ec7183cb9b02ceffe59f0a0bd /src/http/ngx_http_core.h | |
| parent | 2ba1ee0930adc22206cad54c46fc682485933963 (diff) | |
| download | nginx-a0bb31f92c86a96b3008f9ee320890ee0d920487.tar.gz nginx-a0bb31f92c86a96b3008f9ee320890ee0d920487.tar.bz2 | |
nginx-0.0.1-2002-12-02-19:09:40 import; resume after 2 months stall
Diffstat (limited to 'src/http/ngx_http_core.h')
| -rw-r--r-- | src/http/ngx_http_core.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/http/ngx_http_core.h b/src/http/ngx_http_core.h index 976ae546a..e9846f82c 100644 --- a/src/http/ngx_http_core.h +++ b/src/http/ngx_http_core.h @@ -6,9 +6,17 @@ typedef struct { - time_t send_timeout; + int dummy; } ngx_http_core_conf_t; +typedef struct { + int dummy; +} ngx_http_core_srv_conf_t; + +typedef struct { + time_t send_timeout; +} ngx_http_core_loc_conf_t; + extern ngx_http_module_t ngx_http_core_module; |
