summaryrefslogtreecommitdiffhomepage
path: root/src/http
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-11-02 15:14:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-11-02 15:14:17 +0000
commit0c189c5159e8af6836ac985270da6a2ddff62456 (patch)
treec14653544473f2f339be1e02193e11f46b86bb05 /src/http
parent67765e89188c58fba8b70605bf8da742666e7d7e (diff)
downloadnginx-0c189c5159e8af6836ac985270da6a2ddff62456.tar.gz
nginx-0c189c5159e8af6836ac985270da6a2ddff62456.tar.bz2
rename ngx_peer_addr_t to ngx_addr_t
Diffstat (limited to 'src/http')
-rw-r--r--src/http/ngx_http_upstream.h2
1 files changed, 1 insertions, 1 deletions
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;