]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pool: remove the size field from pool_cache_head
authorWilly Tarreau <w@1wt.eu>
Sat, 17 Apr 2021 12:05:10 +0000 (14:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Apr 2021 13:24:33 +0000 (15:24 +0200)
commitd5140e7c6f678a8b32cd0416b09d74fad5179c64
tree96baa316cb634b4b0ad0ddb9b38c3820c2e1b816
parent9f3129e58386ae3480fc87c6003acd36d40afe8c
MINOR: pool: remove the size field from pool_cache_head

Everywhere we have access to the pool so we don't need to cache a copy
of the pool's size into the pool_cache_head. Let's remove it.
include/haproxy/pool-t.h
include/haproxy/pool.h
src/pool.c