comparison 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
comparison
equal deleted inserted replaced
1252:132ffdecebfe 1253:8ef04207c84f
273 273
274 ngx_uint_t pipeline; /* unsigned pipeline:1; */ 274 ngx_uint_t pipeline; /* unsigned pipeline:1; */
275 } ngx_http_connection_t; 275 } ngx_http_connection_t;
276 276
277 277
278 typedef struct { 278 typedef ngx_hash_combined_t ngx_http_virtual_names_t;
279 ngx_hash_t hash;
280 ngx_hash_wildcard_t *dns_wildcards;
281 } ngx_http_virtual_names_t;
282 279
283 280
284 typedef void (*ngx_http_cleanup_pt)(void *data); 281 typedef void (*ngx_http_cleanup_pt)(void *data);
285 282
286 typedef struct ngx_http_cleanup_s ngx_http_cleanup_t; 283 typedef struct ngx_http_cleanup_s ngx_http_cleanup_t;