diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-03-03 20:04:06 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-03-03 20:04:06 +0000 |
| commit | 8efe926dc5601397bc054aedf37594e9719a52f6 (patch) | |
| tree | 2ec892df84a3f43ba31d77e326f53747049cd744 /src/http/ngx_http_upstream.h | |
| parent | 85d6a3e3dbe3ecfb3ae1dce05ec2bfde8bca0f4b (diff) | |
| download | nginx-8efe926dc5601397bc054aedf37594e9719a52f6.tar.gz nginx-8efe926dc5601397bc054aedf37594e9719a52f6.tar.bz2 | |
fix r1903
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 15615caec..2ed2797a2 100644 --- 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; |
