]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: pools: rename __pool_free() to pool_put_to_shared_cache()
authorWilly Tarreau <w@1wt.eu>
Sat, 17 Apr 2021 12:11:39 +0000 (14:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Apr 2021 13:24:33 +0000 (15:24 +0200)
commit635cced32fe717f3fa271161a75510cd66865fae
tree2e609ee0772014b02098a306cb8eba2c8c3a4fef
parent8c77ee5ae56beee8233f560684f09853694b1447
CLEANUP: pools: rename __pool_free() to pool_put_to_shared_cache()

Now the multi-level cache becomes more visible:

    pool_get_from_local_cache()
    pool_put_to_local_cache()
    pool_get_from_shared_cache()
    pool_put_to_shared_cache()
include/haproxy/pool.h
src/pool.c