1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

update comments

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2013-05-16 03:13:29 +00:00
parent 88a8e9ff61
commit 3919a404e3

View File

@@ -139,7 +139,7 @@ typedef struct {
proxy_worker *reverse; /* reverse "module-driven" proxy worker */ proxy_worker *reverse; /* reverse "module-driven" proxy worker */
const char *domain; /* domain name to use in absence of a domain name in the request */ const char *domain; /* domain name to use in absence of a domain name in the request */
const char *id; const char *id;
apr_pool_t *pool; /* Pool used for allocating this struct */ apr_pool_t *pool; /* Pool used for allocating this struct's elements */
int req; /* true if proxy requests are enabled */ int req; /* true if proxy requests are enabled */
int max_balancers; /* maximum number of allowed balancers */ int max_balancers; /* maximum number of allowed balancers */
int bgrowth; /* number of post-config balancers can added */ int bgrowth; /* number of post-config balancers can added */
@@ -164,7 +164,7 @@ typedef struct {
status_full status_full
} proxy_status; /* Status display options */ } proxy_status; /* Status display options */
apr_sockaddr_t *source_address; apr_sockaddr_t *source_address;
apr_global_mutex_t *mutex; /* global lock, for pool, etc */ apr_global_mutex_t *mutex; /* global lock - not used */
ap_slotmem_instance_t *bslot; /* balancers shm data - runtime */ ap_slotmem_instance_t *bslot; /* balancers shm data - runtime */
ap_slotmem_provider_t *storage; ap_slotmem_provider_t *storage;