aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-07-02 14:41:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-07-02 14:41:17 +0000
commit96c56c9ab6e73f9d92242fdc4f0cc3b64495bd23 (patch)
tree643c8cf608d27cb9db0624d7099258891ac63689 /src/http/ngx_http_core_module.h
parentbc5c28714a2db990e9d1bfca66480efeb7b6052a (diff)
downloadnginx-96c56c9ab6e73f9d92242fdc4f0cc3b64495bd23.tar.gz
nginx-96c56c9ab6e73f9d92242fdc4f0cc3b64495bd23.zip
nginx-0.0.1-2003-07-02-18:41:17 import
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index df9bcca02..8acf4feb1 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -18,7 +18,8 @@ typedef struct {
typedef struct {
- ngx_array_t servers; /* array of ngx_http_core_srv_conf_t */
+ ngx_array_t servers; /* array of ngx_http_core_srv_conf_t */
+ ngx_array_t translate_handlers;
} ngx_http_core_main_conf_t;