From 96c56c9ab6e73f9d92242fdc4f0cc3b64495bd23 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 2 Jul 2003 14:41:17 +0000 Subject: nginx-0.0.1-2003-07-02-18:41:17 import --- src/http/ngx_http_core_module.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/http/ngx_http_core_module.h') 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; -- cgit