comparison src/http/ngx_http_core_module.h @ 1617:cacb565c554e stable-0.5

r1254, r1416, r1493 merge: the "www.example.*" wildcard hash support
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Nov 2007 13:39:53 +0000
parents 9b10ba85b249
children fbf94b8341bf
comparison
equal deleted inserted replaced
1615:ca6845b19113 1617:cacb565c554e
173 173
174 typedef struct { 174 typedef struct {
175 in_addr_t addr; 175 in_addr_t addr;
176 176
177 ngx_hash_t hash; 177 ngx_hash_t hash;
178 ngx_hash_wildcard_t *dns_wildcards; 178 ngx_hash_wildcard_t *wc_head;
179 ngx_hash_wildcard_t *wc_tail;
179 180
180 ngx_array_t names; /* array of ngx_http_server_name_t */ 181 ngx_array_t names; /* array of ngx_http_server_name_t */
181 182
182 /* the default server configuration for this address:port */ 183 /* the default server configuration for this address:port */
183 ngx_http_core_srv_conf_t *core_srv_conf; 184 ngx_http_core_srv_conf_t *core_srv_conf;