]> git.kaiwu.me - nginx.git/commitdiff
move configuration phase only field to the end of structure
authorIgor Sysoev <igor@sysoev.ru>
Sat, 24 May 2008 14:46:46 +0000 (14:46 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 24 May 2008 14:46:46 +0000 (14:46 +0000)
src/http/ngx_http_core_module.h

index ac743f37f1726b1ab854778a8ba8ab913d018cef..0bf96cb5b48cfe349eb2363407d267fc8c0c2ad2 100644 (file)
@@ -244,8 +244,6 @@ struct ngx_http_core_loc_conf_s {
     unsigned      auto_redirect:1;
     unsigned      alias:1;
 
-    ngx_queue_t  *locations;
-
     ngx_http_location_tree_node_t   *static_locations;
     ngx_http_core_loc_conf_t       **regex_locations;
 
@@ -328,6 +326,8 @@ struct ngx_http_core_loc_conf_s {
     ngx_uint_t    types_hash_max_size;
     ngx_uint_t    types_hash_bucket_size;
 
+    ngx_queue_t  *locations;
+
 #if 0
     ngx_http_core_loc_conf_t  *prev_location;
 #endif