comparison src/http/ngx_http_core_module.h @ 1253:8ef04207c84f

the "www.example.*" wildcard hash support
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 Jun 2007 19:49:22 +0000
parents 5e4d3b5d7ad0
children 7443fbe0b013
comparison
equal deleted inserted replaced
1252:132ffdecebfe 1253:8ef04207c84f
171 171
172 typedef struct { 172 typedef struct {
173 in_addr_t addr; 173 in_addr_t addr;
174 174
175 ngx_hash_t hash; 175 ngx_hash_t hash;
176 ngx_hash_wildcard_t *dns_wildcards; 176 ngx_hash_wildcard_t *wc_head;
177 ngx_hash_wildcard_t *wc_tail;
177 178
178 ngx_array_t names; /* array of ngx_http_server_name_t */ 179 ngx_array_t names; /* array of ngx_http_server_name_t */
179 180
180 /* the default server configuration for this address:port */ 181 /* the default server configuration for this address:port */
181 ngx_http_core_srv_conf_t *core_srv_conf; 182 ngx_http_core_srv_conf_t *core_srv_conf;