]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* ap_proxy_balancer_get_best_worker cannot be exported and used as an optional
authorRuediger Pluem <rpluem@apache.org>
Wed, 25 Jul 2018 06:22:53 +0000 (06:22 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 25 Jul 2018 06:22:53 +0000 (06:22 +0000)
commit942e18adda7df52e050c2564e98766f01a6ec2af
tree4ef9f936b58db06a02da4a21187cab752bcf756c
parent3558bdf4b716459f83e2a0f1ef6f93f4707ccc50
* ap_proxy_balancer_get_best_worker cannot be exported and used as an optional
  function at the same time. So rename ap_proxy_balancer_get_best_worker to
  proxy_balancer_get_best_worker and make it static which is then used as an
  optional function and recreate ap_proxy_balancer_get_best_worker as an
  exported thin wrapper of proxy_balancer_get_best_worker.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836603 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/balancers/mod_lbmethod_bybusyness.c
modules/proxy/balancers/mod_lbmethod_byrequests.c
modules/proxy/balancers/mod_lbmethod_bytraffic.c
modules/proxy/mod_proxy.h
modules/proxy/proxy_util.c