Apache2
motorz_conn_t Struct Reference

#include <motorz.h>

Collaboration diagram for motorz_conn_t:

Data Fields

apr_pool_tpool
 
motorz_core_tmz
 
apr_socket_tsock
 
apr_bucket_alloc_tba
 
ap_sb_handle_tsbh
 
conn_recc
 
request_recr
 
int suspended
 
apr_pollfd_t pfd
 
conn_state_t cs
 
motorz_timer_t timer
 

Field Documentation

◆ ba

apr_bucket_alloc_t* motorz_conn_t::ba

◆ c

conn_rec* motorz_conn_t::c

connection record this struct refers to

◆ cs

conn_state_t motorz_conn_t::cs

public parts of the connection state

◆ mz

motorz_core_t* motorz_conn_t::mz

◆ pfd

apr_pollfd_t motorz_conn_t::pfd

poll file descriptor information

◆ pool

apr_pool_t* motorz_conn_t::pool

◆ r

request_rec* motorz_conn_t::r

request record (if any) this struct refers to

◆ sbh

ap_sb_handle_t* motorz_conn_t::sbh

◆ sock

apr_socket_t* motorz_conn_t::sock

◆ suspended

int motorz_conn_t::suspended

is the current conn_rec suspended?

◆ timer

motorz_timer_t motorz_conn_t::timer

timer associated with the connection


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