Pyrogenesis  trunk
Public Attributes | List of all members
mg_connection Struct Reference
Collaboration diagram for mg_connection:
Collaboration graph
[legend]

Public Attributes

struct mg_connectionpeer
 
struct mg_request_info request_info
 
struct mg_contextctx
 
SSLssl
 
struct socket client
 
time_t birth_time
 
int64_t num_bytes_sent
 
int64_t content_len
 
int64_t consumed_content
 
char * buf
 
int buf_size
 
int request_len
 
int data_len
 

Member Data Documentation

time_t mg_connection::birth_time
char * mg_connection::buf
int mg_connection::buf_size
struct socket mg_connection::client
int64_t mg_connection::consumed_content
int64_t mg_connection::content_len
struct mg_context * mg_connection::ctx
int mg_connection::data_len
int64_t mg_connection::num_bytes_sent
struct mg_connection * mg_connection::peer
struct mg_request_info mg_connection::request_info
int mg_connection::request_len
SSL * mg_connection::ssl

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