diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-11-27 13:34:13 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-11-27 13:34:13 +0000 |
| commit | 96dd8af8e6e1f5525cce3dcb33c040a73e67f2c6 (patch) | |
| tree | 7cfd92bc5c8894795bdb19a9ddf183538000e067 /src/http/ngx_http_upstream_round_robin.h | |
| parent | 9683528550836a35cb24c61bf3fd99175bcbd82f (diff) | |
| download | nginx-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.h | 2 |
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, |
