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

#include <ngx_event_connect.h>

Collaboration diagram for ngx_peer_connection_s:
Collaboration graph
[legend]

Data Fields

ngx_connection_tconnection
struct sockaddr * sockaddr
socklen_t socklen
ngx_str_tname
ngx_uint_t tries
ngx_event_get_peer_pt get
ngx_event_free_peer_pt free
void * data
ngx_addr_tlocal
int rcvbuf
ngx_log_tlog
unsigned cached:1
unsigned log_error:2

Detailed Description

Definition at line 37 of file ngx_event_connect.h.

Field Documentation

unsigned cached

Definition at line 65 of file ngx_event_connect.h.

ngx_connection_t* connection

Definition at line 38 of file ngx_event_connect.h.

void* data

Definition at line 48 of file ngx_event_connect.h.

Definition at line 47 of file ngx_event_connect.h.

Definition at line 46 of file ngx_event_connect.h.

ngx_addr_t* local

Definition at line 59 of file ngx_event_connect.h.

ngx_log_t* log

Definition at line 63 of file ngx_event_connect.h.

unsigned log_error

Definition at line 68 of file ngx_event_connect.h.

ngx_str_t* name

Definition at line 42 of file ngx_event_connect.h.

int rcvbuf

Definition at line 61 of file ngx_event_connect.h.

struct sockaddr* sockaddr

Definition at line 40 of file ngx_event_connect.h.

socklen_t socklen

Definition at line 41 of file ngx_event_connect.h.

ngx_uint_t tries

Definition at line 44 of file ngx_event_connect.h.


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