commit | 2f03dcde911192bac77f696490b713a067e3deb6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 15 19:54:48 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 19 15:24:33 2021 +0200 |
tree | 71182cafa66117694b8ae0bb1a36071cf0144cd3 | |
parent | 254321183019117f90360cc18a810c22a46dab01 [diff] |
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.