summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-07 13:39:53 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-07 13:39:53 +0000
commitc2378f80289ead8157c63ac6216836bab6e4294b (patch)
treedd8b8a62c7a4ec8c5207a3f83d463d9ba86e62e8 /src/http/ngx_http_core_module.h
parent042aaba551f42c6e1af0ce6f3ab1681b88268f40 (diff)
downloadnginx-c2378f80289ead8157c63ac6216836bab6e4294b.tar.gz
nginx-c2378f80289ead8157c63ac6216836bab6e4294b.tar.bz2
r1254, r1416, r1493 merge:
the "www.example.*" wildcard hash support
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h3
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 2ddbd7573..52ac5ddf3 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -175,7 +175,8 @@ typedef struct {
in_addr_t addr;
ngx_hash_t hash;
- ngx_hash_wildcard_t *dns_wildcards;
+ ngx_hash_wildcard_t *wc_head;
+ ngx_hash_wildcard_t *wc_tail;
ngx_array_t names; /* array of ngx_http_server_name_t */