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:55:20 +0000 (16:55 +0200)
commit3f31155977f94558b0ef4638dee29962c2df6b2c
treebe27536d2f165fc20832cd17549cbdfd46c4f4f9
parent9ec0260698a2aab784204bbcb13f0f00987277c9
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.

(cherry picked from commit fba48e1c40287f1abb4066935f2436bd0b8cd7a4)
Signed-off-by: Willy Tarreau <w@1wt.eu>
include/haproxy/pool.h
src/pool.c