Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_upstream_resolved_t Struct Reference

#include <ngx_http_upstream.h>

Collaboration diagram for ngx_http_upstream_resolved_t:
Collaboration graph
[legend]

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_tctx

Detailed Description

Definition at line 249 of file ngx_http_upstream.h.

Field Documentation

in_addr_t* addrs

Definition at line 255 of file ngx_http_upstream.h.

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.


The documentation for this struct was generated from the following file: