|
Groonga 3.0.9 Source Code Document
|
#include <ngx_http_upstream.h>

Data Fields | |
| ngx_str_t | host |
| in_port_t | port |
| ngx_uint_t | no_port |
| ngx_uint_t | naddrs |
| in_addr_t * | addrs |
| struct sockaddr * | sockaddr |
| socklen_t | socklen |
| ngx_resolver_ctx_t * | ctx |
Definition at line 249 of file ngx_http_upstream.h.
| in_addr_t* addrs |
Definition at line 255 of file ngx_http_upstream.h.
| ngx_resolver_ctx_t* ctx |
Definition at line 260 of file ngx_http_upstream.h.
| ngx_str_t host |
Definition at line 250 of file ngx_http_upstream.h.
| ngx_uint_t naddrs |
Definition at line 254 of file ngx_http_upstream.h.
| ngx_uint_t no_port |
Definition at line 252 of file ngx_http_upstream.h.
| in_port_t port |
Definition at line 251 of file ngx_http_upstream.h.
| struct sockaddr* sockaddr |
Definition at line 257 of file ngx_http_upstream.h.
| socklen_t socklen |
Definition at line 258 of file ngx_http_upstream.h.
1.8.1.2