mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
expose more worker status info in prep for making
more dynamically changable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728142 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -310,7 +310,7 @@ struct proxy_conn_pool {
|
||||
#define PROXY_WORKER_IN_ERROR_FLAG 'E'
|
||||
#define PROXY_WORKER_HOT_STANDBY_FLAG 'H'
|
||||
#define PROXY_WORKER_FREE_FLAG 'F'
|
||||
#define PROXY_WORKER_HC_FAIL_FLAG '#'
|
||||
#define PROXY_WORKER_HC_FAIL_FLAG 'C'
|
||||
|
||||
#define PROXY_WORKER_NOT_USABLE_BITMAP ( PROXY_WORKER_IN_SHUTDOWN | \
|
||||
PROXY_WORKER_DISABLED | PROXY_WORKER_STOPPED | PROXY_WORKER_IN_ERROR | \
|
||||
@@ -330,6 +330,8 @@ PROXY_WORKER_HC_FAIL )
|
||||
|
||||
#define PROXY_WORKER_IS_HCFAILED(f) ( (f)->s->status & PROXY_WORKER_HC_FAIL )
|
||||
|
||||
#define PROXY_WORKER_IS(f, b) ( (f)->s->status & (b) )
|
||||
|
||||
/* default worker retry timeout in seconds */
|
||||
#define PROXY_WORKER_DEFAULT_RETRY 60
|
||||
|
||||
|
Reference in New Issue
Block a user