]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pools: export the pools variable
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Oct 2024 12:36:30 +0000 (14:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Oct 2024 14:12:46 +0000 (16:12 +0200)
commitfba48e1c40287f1abb4066935f2436bd0b8cd7a4
treea1e54fb477c06edbb11b9182fac6933801398efa
parentdb76949cff312619a1aa76c10622362eb5b9997b
MINOR: pools: export the pools variable

We want it to be accessible from debuggers for inspection and it's
currently unavailable. Let's start by exporting it as a first step.
include/haproxy/pool.h
src/pool.c