]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: pools: make pool_check_pattern() take a pointer to the pool
authorWilly Tarreau <w@1wt.eu>
Mon, 11 Sep 2023 09:26:12 +0000 (11:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Sep 2023 13:19:49 +0000 (15:19 +0200)
commitf6bee5a50b098dbf37091e249f71335547696820
treebd37273acbee949bc685436fb2651804899cda3f
parente92e96b00f26e15af9a2723248760ada8d0fe7c1
DEBUG: pools: make pool_check_pattern() take a pointer to the pool

This will be useful to report detailed bug traces.
include/haproxy/pool.h
src/pool.c