]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Move the shared scoreboard data initization to the balancer module.
authorMladen Turk <mturk@apache.org>
Fri, 10 Sep 2004 08:16:25 +0000 (08:16 +0000)
committerMladen Turk <mturk@apache.org>
Fri, 10 Sep 2004 08:16:25 +0000 (08:16 +0000)
commit916b02a98d4e4eefd2edd68ce95a55ca995e54a0
tree4973fc1574a09a3ba471e153d83b2bd5f95436cd
parent333cd66de69e4e23fd3266515cc1a0206dfdd5b7
Move the shared scoreboard data initization to the balancer module.
The initialization is done like for the worker, on first request.
This is done because during config phase we don't have a scoreboard
to allocate from. Thanks to Chritian von Roques for spotting that.

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