Apache2
simple_conn_t Struct Reference

#include <simple_types.h>

Collaboration diagram for simple_conn_t:

Data Fields

apr_pool_tpool
 
simple_core_tsc
 
apr_socket_tsock
 
apr_bucket_alloc_tba
 
conn_recc
 
apr_pollfd_t pfd
 
conn_state_t cs
 

Field Documentation

◆ ba

apr_bucket_alloc_t* simple_conn_t::ba

◆ c

conn_rec* simple_conn_t::c

◆ cs

conn_state_t simple_conn_t::cs

public parts of the connection state

◆ pfd

apr_pollfd_t simple_conn_t::pfd

poll file descriptor information

◆ pool

apr_pool_t* simple_conn_t::pool

◆ sc

simple_core_t* simple_conn_t::sc

◆ sock

apr_socket_t* simple_conn_t::sock

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