diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-01-28 15:56:37 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-01-28 15:56:37 +0000 |
commit | a19a85e600c1c4d7daa9fdd20df3777169b5dc2b (patch) | |
tree | 730bbaeeee69ccc527c3c7c10aab76a9c65cd3db /src/http/ngx_http_core_module.h | |
parent | 9b25d691d3a472cb499d638b57f18e743cc2c4f3 (diff) | |
download | nginx-a19a85e600c1c4d7daa9fdd20df3777169b5dc2b.tar.gz nginx-a19a85e600c1c4d7daa9fdd20df3777169b5dc2b.zip |
nginx-0.0.1-2003-01-28-18:56:37 import
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 3 |
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 48b1ced73..37fe17e79 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -51,7 +51,8 @@ typedef struct { typedef struct { ngx_str_t name; /* location name */ - void **loc_conf; /* used in translation handler */ + void **loc_conf; /* pointer to modules loc_conf, + used in translation handler */ ngx_str_t doc_root; /* 'root' */ |