comparison src/http/ngx_http_request.h @ 1617:cacb565c554e stable-0.5

r1254, r1416, r1493 merge: the "www.example.*" wildcard hash support
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Nov 2007 13:39:53 +0000
parents 6e2216ad2c87
children cb8b30ef3e7e
comparison
equal deleted inserted replaced
1615:ca6845b19113 1617:cacb565c554e
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;