From 0c189c5159e8af6836ac985270da6a2ddff62456 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 2 Nov 2009 15:14:17 +0000 Subject: rename ngx_peer_addr_t to ngx_addr_t --- src/http/ngx_http_upstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http') diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index b0c8a60a2..2d3bc2000 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -80,7 +80,7 @@ typedef struct { typedef struct { - ngx_peer_addr_t *addrs; + ngx_addr_t *addrs; ngx_uint_t naddrs; ngx_uint_t weight; ngx_uint_t max_fails; -- cgit