From f625ad7ce80f66911e31bcd9a92729ad5d8d771f Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Wed, 23 Mar 2016 17:44:36 +0300 Subject: Resolver: added support for SRV records. --- 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 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; -- cgit