diff src/http/ngx_http_request.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 6e2216ad2c87
children cb8b30ef3e7e
line wrap: on
line diff
--- 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);