From 96dd8af8e6e1f5525cce3dcb33c040a73e67f2c6 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 27 Nov 2007 13:34:13 +0000 Subject: proxy_pass variables support --- src/http/ngx_http_upstream_round_robin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/ngx_http_upstream_round_robin.h') 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, -- cgit