comparison src/http/ngx_http_upstream.h @ 906:a0310ac2814f

rewritten upstream
author Igor Sysoev <igor@sysoev.ru>
date Tue, 12 Dec 2006 16:46:16 +0000
parents a9a7e4b1a72b
children f59d15404269
comparison
equal deleted inserted replaced
905:be52cfdb3e31 906:a0310ac2814f
92 ngx_uint_t flags; 92 ngx_uint_t flags;
93 ngx_str_t host; 93 ngx_str_t host;
94 ngx_str_t file_name; 94 ngx_str_t file_name;
95 ngx_uint_t line; 95 ngx_uint_t line;
96 in_port_t port; 96 in_port_t port;
97 in_port_t default_port;
97 }; 98 };
98 99
99 100
100 typedef struct { 101 typedef struct {
101 ngx_http_upstream_srv_conf_t *upstream; 102 ngx_http_upstream_srv_conf_t *upstream;