comparison src/http/ngx_http_core_module.h @ 1236:5e4d3b5d7ad0

use pointer to an array instead of array for inclusive locations inside location
author Igor Sysoev <igor@sysoev.ru>
date Tue, 05 Jun 2007 11:42:59 +0000
parents f8a40ccafb04
children 8ef04207c84f bf5b86d5f00e
comparison
equal deleted inserted replaced
1235:f8a40ccafb04 1236:5e4d3b5d7ad0
220 220
221 unsigned auto_redirect:1; 221 unsigned auto_redirect:1;
222 unsigned alias:1; 222 unsigned alias:1;
223 223
224 /* array of inclusive ngx_http_core_loc_conf_t */ 224 /* array of inclusive ngx_http_core_loc_conf_t */
225 ngx_array_t locations; 225 ngx_array_t *locations;
226 226
227 /* pointer to the modules' loc_conf */ 227 /* pointer to the modules' loc_conf */
228 void **loc_conf ; 228 void **loc_conf ;
229 229
230 uint32_t limit_except; 230 uint32_t limit_except;