commit | 43d4ed548f78bf83e4ade45f1960333fbdfaeb67 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 19 09:02:15 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 19 15:24:33 2021 +0200 |
tree | 1375b9797d1eff44a6ddbb388f45c95caab632d9 | |
parent | d56db11447658b8e2082e590e293b19f2766b597 [diff] |
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.