diff src/http/ngx_http_upstream.h @ 1912:68b426b43c31

fix r1903
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Mar 2008 20:04:06 +0000
parents e5897822515f
children 274c0f3ea600
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -201,6 +201,7 @@ typedef struct {
 typedef struct {
     ngx_str_t                       host;
     in_port_t                       port;
+    ngx_uint_t                      default_port; /* unsigned  default_port:1 */
     ngx_uint_t                      naddrs;
     in_addr_t                      *addrs;
     ngx_resolver_ctx_t             *ctx;