]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: pools: merge pool_{get_from,put_to}_local_caches with generic ones
authorWilly Tarreau <w@1wt.eu>
Mon, 19 Apr 2021 07:02:15 +0000 (09:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Apr 2021 13:24:33 +0000 (15:24 +0200)
commit43d4ed548f78bf83e4ade45f1960333fbdfaeb67
tree1375b9797d1eff44a6ddbb388f45c95caab632d9
parentd56db11447658b8e2082e590e293b19f2766b597
CLEANUP: pools: merge pool_{get_from,put_to}_local_caches with generic ones

Since pool_get_from_cache() and pool_put_to_cache() were now only wrappers
to the local cache versions which do all the job, let's merge them together
so that there is no more local-cache specific function.
include/haproxy/pool.h