comparison src/http/ngx_http_upstream.h @ 2285:c77f4710595c

fix r1913
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Oct 2008 15:59:10 +0000
parents 33556140681a
children 87b8c44906b5
comparison
equal deleted inserted replaced
2284:c3035feb6638 2285:c77f4710595c
207 207
208 208
209 typedef struct { 209 typedef struct {
210 ngx_str_t host; 210 ngx_str_t host;
211 in_port_t port; 211 in_port_t port;
212 ngx_uint_t default_port; /* unsigned default_port:1 */ 212 ngx_uint_t no_port; /* unsigned no_port:1 */
213 ngx_uint_t naddrs; 213 ngx_uint_t naddrs;
214 in_addr_t *addrs; 214 in_addr_t *addrs;
215 ngx_resolver_ctx_t *ctx; 215 ngx_resolver_ctx_t *ctx;
216 } ngx_http_upstream_resolved_t; 216 } ngx_http_upstream_resolved_t;
217 217