diff src/http/ngx_http_config.h @ 42:cd035a94e0b6

nginx-0.0.1-2002-12-27-10:27:47 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Dec 2002 07:27:47 +0000
parents 59e7c7f30d49
children 0e81ac0bb3e2
line wrap: on
line diff
--- a/src/http/ngx_http_config.h
+++ b/src/http/ngx_http_config.h
@@ -7,8 +7,9 @@
 
 
 typedef struct {
-    void  **srv_conf;
-    void  **loc_conf;
+    void        **srv_conf;
+    void        **loc_conf;
+    ngx_array_t  *locations;
 } ngx_http_conf_ctx_t;