diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-06-11 19:49:22 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-06-11 19:49:22 +0000 |
commit | 9d8a75c5256ada429fdeff93584044eca6cf1a56 (patch) | |
tree | 98226bea23d49242292bd5ee4ec0c969d07099b6 /src/http/ngx_http_request.h | |
parent | ad39e5c7464bebda27c1ccb85fa4872265a399d0 (diff) | |
download | nginx-9d8a75c5256ada429fdeff93584044eca6cf1a56.tar.gz nginx-9d8a75c5256ada429fdeff93584044eca6cf1a56.zip |
the "www.example.*" wildcard hash support
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 5 |
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); |