summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.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_request.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_request.h')
-rw-r--r--src/http/ngx_http_request.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index a380ac0f0..b440f14fd 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -275,10 +275,7 @@ typedef struct {
} ngx_http_connection_t;
-typedef struct {
- ngx_hash_t hash;
- ngx_hash_wildcard_t *dns_wildcards;
-} ngx_http_virtual_names_t;
+typedef ngx_hash_combined_t ngx_http_virtual_names_t;
typedef void (*ngx_http_cleanup_pt)(void *data);