From 9d8a75c5256ada429fdeff93584044eca6cf1a56 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 11 Jun 2007 19:49:22 +0000 Subject: the "www.example.*" wildcard hash support --- src/http/ngx_http_request.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/http/ngx_http_request.h') 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); -- cgit