]> granicus.if.org Git - apache/commitdiff
Instead of running thru all kinds of logic paths, just add in
authorJim Jagielski <jim@apache.org>
Tue, 29 Nov 2011 13:12:43 +0000 (13:12 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 29 Nov 2011 13:12:43 +0000 (13:12 +0000)
a on/off bit... No need for other balancer statuses(sp)?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207863 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.h

index 6ac8dc88fa715a3f5bfe3d02310a4a62f7e73f8c..5d8b778ffd774bd2fd22b4ed606f97e0fb2ef2b3 100644 (file)
@@ -415,6 +415,7 @@ typedef struct {
     unsigned int    was_malloced:1;
     unsigned int    need_reset:1;
     unsigned int    vhosted:1;
+    unsigned int    inactive:1;
 } proxy_balancer_shared;
 
 #define ALIGNED_PROXY_BALANCER_SHARED_SIZE (APR_ALIGN_DEFAULT(sizeof(proxy_balancer_shared)))