]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: pools: rename __pool_get_first() to pool_get_from_shared_cache()
authorWilly Tarreau <w@1wt.eu>
Thu, 15 Apr 2021 17:54:48 +0000 (19:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Apr 2021 13:24:33 +0000 (15:24 +0200)
commit2f03dcde911192bac77f696490b713a067e3deb6
tree71182cafa66117694b8ae0bb1a36071cf0144cd3
parent254321183019117f90360cc18a810c22a46dab01
CLEANUP: pools: rename __pool_get_first() to pool_get_from_shared_cache()

This is exactly what it is, the entry is retrieved from the shared
cache when it is defined. The implementation that is enabled with
CONFIG_HAP_NO_GLOBAL_POOLS continues to return NULL.
include/haproxy/pool.h