comparison src/http/ngx_http_upstream.h @ 3269:f0d596e84634

rename ngx_peer_addr_t to ngx_addr_t
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Nov 2009 15:14:17 +0000
parents ebcee0063cd8
children fcd98af88df3
comparison
equal deleted inserted replaced
3268:c6a40c815d45 3269:f0d596e84634
78 void *data; 78 void *data;
79 } ngx_http_upstream_peer_t; 79 } ngx_http_upstream_peer_t;
80 80
81 81
82 typedef struct { 82 typedef struct {
83 ngx_peer_addr_t *addrs; 83 ngx_addr_t *addrs;
84 ngx_uint_t naddrs; 84 ngx_uint_t naddrs;
85 ngx_uint_t weight; 85 ngx_uint_t weight;
86 ngx_uint_t max_fails; 86 ngx_uint_t max_fails;
87 time_t fail_timeout; 87 time_t fail_timeout;
88 88