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

#include <ngx_resolver.h>

Collaboration diagram for ngx_udp_connection_t:
Collaboration graph
[legend]

Data Fields

ngx_connection_tconnection
struct sockaddr * sockaddr
socklen_t socklen
ngx_str_t server
ngx_log_t log

Detailed Description

Definition at line 36 of file ngx_resolver.h.

Field Documentation

ngx_connection_t* connection

Definition at line 37 of file ngx_resolver.h.

ngx_log_t log

Definition at line 41 of file ngx_resolver.h.

ngx_str_t server

Definition at line 40 of file ngx_resolver.h.

struct sockaddr* sockaddr

Definition at line 38 of file ngx_resolver.h.

socklen_t socklen

Definition at line 39 of file ngx_resolver.h.


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