diff src/http/ngx_http_core_module.h @ 109:a9bc21d63fe4

nginx-0.0.1-2003-07-02-18:41:17 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 02 Jul 2003 14:41:17 +0000
parents 7db96f59bc29
children 152567c11325
line wrap: on
line diff
--- 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;