]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy: Follow up to r1912245: ap_proxy_ prefix for extern functions.
authorYann Ylavic <ylavic@apache.org>
Sat, 18 Nov 2023 13:49:04 +0000 (13:49 +0000)
committerYann Ylavic <ylavic@apache.org>
Sat, 18 Nov 2023 13:49:04 +0000 (13:49 +0000)
commitcfee7ee407c5b7ee8055c2e1bb9fbcd6d457d327
treed4d6332f5a0246ab381e0e29e81c6787d945a44b
parentfbc113c3cf43de7bf11b417f023ad2caf6b420a1
mod_proxy: Follow up to r1912245: ap_proxy_ prefix for extern functions.

Even if they are not part of the API (not in mod_proxy.h) hence requires no
MMN bump, {get,set,increment_,decrement_}busy_count() being AP_PROXY_DECLARE()d
could name-collide with a third-party module's functions.

Rename them using the ap_proxy_ prefix, with an underscore after the verb for
for all of them too (for consistency), that is:
    ap_proxy_{get,set,increment,decrement}_busy_count()

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