/[Apache-SVN]
ViewVC logotype

Revision 1913930


Jump to revision: Previous Next
Author: ylavic
Date: Sat Nov 18 13:49:04 2023 UTC (6 months, 2 weeks ago)
Changed paths: 4
Log Message:
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()



Changed paths

Path Details
Directoryhttpd/httpd/trunk/modules/proxy/balancers/mod_lbmethod_bybusyness.c modified , text changed
Directoryhttpd/httpd/trunk/modules/proxy/mod_proxy_balancer.c modified , text changed
Directoryhttpd/httpd/trunk/modules/proxy/proxy_util.c modified , text changed
Directoryhttpd/httpd/trunk/modules/proxy/proxy_util.h modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26