mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Add updatelbstatus to allow to have all the LB logic in the balancers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936828 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -383,6 +383,7 @@ struct proxy_balancer_method {
|
||||
void *context; /* general purpose storage */
|
||||
apr_status_t (*reset)(proxy_balancer *balancer, server_rec *s);
|
||||
apr_status_t (*age)(proxy_balancer *balancer, server_rec *s);
|
||||
apr_status_t (*updatelbstatus)(proxy_balancer *balancer, proxy_worker *elected, server_rec *s);
|
||||
};
|
||||
|
||||
#if APR_HAS_THREADS
|
||||
|
Reference in New Issue
Block a user