summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream_round_robin.h
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2014-06-02 16:16:22 +0400
committerRoman Arutyunyan <arut@nginx.com>2014-06-02 16:16:22 +0400
commit9b5a17b5e23e8e7c94d84eb85044370e38887849 (patch)
tree4b28bfddc92dec5fddd73d124d1cef7e9a620304 /src/http/ngx_http_upstream_round_robin.h
parent68336e1ede6c37e3ee1f8b5e1ca9d4226feef8f5 (diff)
downloadnginx-9b5a17b5e23e8e7c94d84eb85044370e38887849.tar.gz
nginx-9b5a17b5e23e8e7c94d84eb85044370e38887849.tar.bz2
Upstream: generic hash module.
Diffstat (limited to 'src/http/ngx_http_upstream_round_robin.h')
-rw-r--r--src/http/ngx_http_upstream_round_robin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream_round_robin.h b/src/http/ngx_http_upstream_round_robin.h
index ea90ab918..9db82a63c 100644
--- a/src/http/ngx_http_upstream_round_robin.h
+++ b/src/http/ngx_http_upstream_round_robin.h
@@ -18,6 +18,7 @@ typedef struct {
struct sockaddr *sockaddr;
socklen_t socklen;
ngx_str_t name;
+ ngx_str_t server;
ngx_int_t current_weight;
ngx_int_t effective_weight;