OpenMPI  0.1.1
evhttp_connection Struct Reference

Public Member Functions

 TAILQ_ENTRY (evhttp_connection) next
 
 TAILQ_HEAD (evcon_requestq, evhttp_request) requests
 

Data Fields

evutil_socket_t fd
 
struct buffereventbufev
 
struct event retry_ev
 
char * bind_address
 
u_short bind_port
 
char * address
 
u_short port
 
size_t max_headers_size
 
ev_uint64_t max_body_size
 
int flags
 
int timeout
 
int retry_cnt
 
int retry_max
 
enum evhttp_connection_state state
 
struct evhttphttp_server
 
void(* cb )(struct evhttp_connection *, void *)
 
void * cb_arg
 
void(* closecb )(struct evhttp_connection *, void *)
 
void * closecb_arg
 
struct deferred_cb read_more_deferred_cb
 
struct event_basebase
 
struct evdns_basedns_base
 

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