Apache2

Structure to store things which are per connection. More...

#include <httpd.h>

Collaboration diagram for conn_rec:

Data Fields

apr_pool_tpool
 
server_recbase_server
 
void * vhost_lookup_data
 
apr_sockaddr_tlocal_addr
 
apr_sockaddr_tclient_addr
 
char * client_ip
 
char * remote_host
 
char * remote_logname
 
char * local_ip
 
char * local_host
 
long id
 
struct ap_conf_vector_tconn_config
 
apr_table_tnotes
 
struct ap_filter_tinput_filters
 
struct ap_filter_toutput_filters
 
void * sbh
 
struct apr_bucket_alloc_tbucket_alloc
 
conn_state_tcs
 
unsigned int clogging_input_filters:1
 
signed int double_reverse:2
 
unsigned aborted
 
ap_conn_keepalive_e keepalive
 
int keepalives
 
const struct ap_logconflog
 
const char * log_id
 
apr_thread_tcurrent_thread
 
apr_array_header_tslaves
 
conn_recmaster
 
void * ctx
 
void * suspended_baton
 
apr_array_header_trequests
 
struct ap_filter_conn_ctx * filter_conn_ctx
 
int async_filter
 
int outgoing
 

Detailed Description

Structure to store things which are per connection.


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