]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pools: add a new flag to declare static registrations
authorWilly Tarreau <w@1wt.eu>
Tue, 5 Aug 2025 16:46:34 +0000 (18:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Aug 2025 17:20:26 +0000 (19:20 +0200)
commitee5bc28865eee7fe68c86af4b70ef75012471fc6
tree4960ae13546965fd136a5db61bac3e74b5a397ae
parent18505f9718e25028d64780be10dbb7288d21296a
MINOR: pools: add a new flag to declare static registrations

We must not free these ones when destroying a pool, so let's dedicate
them a flag to mention that they are static. For now we don't have any
such.
include/haproxy/pool-t.h
src/pool.c