]> git.kaiwu.me - haproxy.git/commit
MINOR: pools: pass the objects count to pool_put_to_shared_cache()
authorWilly Tarreau <w@1wt.eu>
Sun, 2 Jan 2022 14:15:54 +0000 (15:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Jan 2022 18:35:26 +0000 (19:35 +0100)
commit337410c5a4b5ac296cbf44fc579aa666286670b8
treeb5e22c4707728216aceb079a7bbafbc1a7bf3755
parent148160b027eb91461761e4970a879c5ae15a4a59
MINOR: pools: pass the objects count to pool_put_to_shared_cache()

This is in order to let the caller build the cluster of items to be
released. For now single items are released hence the count is always
1.
include/haproxy/pool.h
src/pool.c