Apache HTTPD
Public Attributes | List of all members
proxy_worker Struct Reference

#include <mod_proxy.h>

Public Attributes

proxy_hashes hash
 
unsigned int local_status
 
proxy_conn_poolcp
 
proxy_worker_shareds
 
proxy_balancerbalancer
 
void * context
 
ap_conf_vector_tsection_config
 
struct proxy_address *volatile address
 

Detailed Description

Definition at line 501 of file mod_proxy.h.

Member Data Documentation

◆ address

struct proxy_address* volatile proxy_worker::address

Definition at line 512 of file mod_proxy.h.

◆ balancer

proxy_balancer* proxy_worker::balancer

Definition at line 506 of file mod_proxy.h.

◆ context

void* proxy_worker::context

Definition at line 510 of file mod_proxy.h.

◆ cp

proxy_conn_pool* proxy_worker::cp

Definition at line 504 of file mod_proxy.h.

◆ hash

proxy_hashes proxy_worker::hash

Definition at line 502 of file mod_proxy.h.

◆ local_status

unsigned int proxy_worker::local_status

Definition at line 503 of file mod_proxy.h.

◆ s

proxy_worker_shared* proxy_worker::s

Definition at line 505 of file mod_proxy.h.

◆ section_config

ap_conf_vector_t* proxy_worker::section_config

Definition at line 511 of file mod_proxy.h.


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