summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream_round_robin.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-27 13:34:13 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-27 13:34:13 +0000
commit96dd8af8e6e1f5525cce3dcb33c040a73e67f2c6 (patch)
tree7cfd92bc5c8894795bdb19a9ddf183538000e067 /src/http/ngx_http_upstream_round_robin.h
parent9683528550836a35cb24c61bf3fd99175bcbd82f (diff)
downloadnginx-96dd8af8e6e1f5525cce3dcb33c040a73e67f2c6.tar.gz
nginx-96dd8af8e6e1f5525cce3dcb33c040a73e67f2c6.tar.bz2
proxy_pass variables support
Diffstat (limited to 'src/http/ngx_http_upstream_round_robin.h')
-rw-r--r--src/http/ngx_http_upstream_round_robin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream_round_robin.h b/src/http/ngx_http_upstream_round_robin.h
index a9ab1cf6e..221315491 100644
--- a/src/http/ngx_http_upstream_round_robin.h
+++ b/src/http/ngx_http_upstream_round_robin.h
@@ -65,6 +65,8 @@ ngx_int_t ngx_http_upstream_init_round_robin(ngx_conf_t *cf,
ngx_http_upstream_srv_conf_t *us);
ngx_int_t ngx_http_upstream_init_round_robin_peer(ngx_http_request_t *r,
ngx_http_upstream_srv_conf_t *us);
+ngx_int_t ngx_http_upstream_create_round_robin_peer(ngx_http_request_t *r,
+ ngx_http_upstream_resolved_t *ur);
ngx_int_t ngx_http_upstream_get_round_robin_peer(ngx_peer_connection_t *pc,
void *data);
void ngx_http_upstream_free_round_robin_peer(ngx_peer_connection_t *pc,