Apache2
|
#include <motorz.h>
Data Fields | |
apr_pool_t * | pool |
motorz_core_t * | mz |
apr_socket_t * | sock |
apr_bucket_alloc_t * | ba |
ap_sb_handle_t * | sbh |
conn_rec * | c |
request_rec * | r |
int | suspended |
apr_pollfd_t | pfd |
conn_state_t | cs |
motorz_timer_t | timer |
apr_bucket_alloc_t* motorz_conn_t::ba |
conn_rec* motorz_conn_t::c |
connection record this struct refers to
conn_state_t motorz_conn_t::cs |
public parts of the connection state
motorz_core_t* motorz_conn_t::mz |
apr_pollfd_t motorz_conn_t::pfd |
poll file descriptor information
apr_pool_t* motorz_conn_t::pool |
request_rec* motorz_conn_t::r |
request record (if any) this struct refers to
ap_sb_handle_t* motorz_conn_t::sbh |
apr_socket_t* motorz_conn_t::sock |
motorz_timer_t motorz_conn_t::timer |
timer associated with the connection