diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.h	Mon Nov 02 14:32:46 2009 +0000
+++ b/src/http/ngx_http_upstream.h	Mon Nov 02 15:14:17 2009 +0000
@@ -80,7 +80,7 @@
 
 
 typedef struct {
-    ngx_peer_addr_t                 *addrs;
+    ngx_addr_t                      *addrs;
     ngx_uint_t                       naddrs;
     ngx_uint_t                       weight;
     ngx_uint_t                       max_fails;