comparison src/http/ngx_http_upstream_round_robin.h @ 1658:13f8dec720b5

proxy_pass variables support
author Igor Sysoev <igor@sysoev.ru>
date Tue, 27 Nov 2007 13:34:13 +0000
parents 0be898896d1a
children ebcee0063cd8
comparison
equal deleted inserted replaced
1657:6a8a066adc98 1658:13f8dec720b5
63 63
64 ngx_int_t ngx_http_upstream_init_round_robin(ngx_conf_t *cf, 64 ngx_int_t ngx_http_upstream_init_round_robin(ngx_conf_t *cf,
65 ngx_http_upstream_srv_conf_t *us); 65 ngx_http_upstream_srv_conf_t *us);
66 ngx_int_t ngx_http_upstream_init_round_robin_peer(ngx_http_request_t *r, 66 ngx_int_t ngx_http_upstream_init_round_robin_peer(ngx_http_request_t *r,
67 ngx_http_upstream_srv_conf_t *us); 67 ngx_http_upstream_srv_conf_t *us);
68 ngx_int_t ngx_http_upstream_create_round_robin_peer(ngx_http_request_t *r,
69 ngx_http_upstream_resolved_t *ur);
68 ngx_int_t ngx_http_upstream_get_round_robin_peer(ngx_peer_connection_t *pc, 70 ngx_int_t ngx_http_upstream_get_round_robin_peer(ngx_peer_connection_t *pc,
69 void *data); 71 void *data);
70 void ngx_http_upstream_free_round_robin_peer(ngx_peer_connection_t *pc, 72 void ngx_http_upstream_free_round_robin_peer(ngx_peer_connection_t *pc,
71 void *data, ngx_uint_t state); 73 void *data, ngx_uint_t state);
72 74