summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorDmitry Volyntsev <xeioex@nginx.com>2016-03-23 17:44:36 +0300
committerDmitry Volyntsev <xeioex@nginx.com>2016-03-23 17:44:36 +0300
commitf625ad7ce80f66911e31bcd9a92729ad5d8d771f (patch)
tree50f47ed89af5136b984d5c3d47a60e10eafbbd29 /src/http/ngx_http_upstream.h
parent2b2fe92aaa84c89a36eb3a286f26c2499dc4e275 (diff)
downloadnginx-f625ad7ce80f66911e31bcd9a92729ad5d8d771f.tar.gz
nginx-f625ad7ce80f66911e31bcd9a92729ad5d8d771f.tar.bz2
Resolver: added support for SRV records.
Diffstat (limited to 'src/http/ngx_http_upstream.h')
-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 4246c8a56..e8f40fc05 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -281,7 +281,7 @@ typedef struct {
ngx_uint_t no_port; /* unsigned no_port:1 */
ngx_uint_t naddrs;
- ngx_addr_t *addrs;
+ ngx_resolver_addr_t *addrs;
struct sockaddr *sockaddr;
socklen_t socklen;