]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: pools: add a new integrity mode "backup" to copy the released area
authorWilly Tarreau <w@1wt.eu>
Thu, 8 May 2025 13:28:18 +0000 (15:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 May 2025 12:57:00 +0000 (14:57 +0200)
commit1404f6fb7b6d00779deada7116ddd9b2ab060877
treefce77755bb8cdb873c04f02a776503f47f4711fb
parente7574cd5f09bfedf990041d774f6eacb19db8998
DEBUG: pools: add a new integrity mode "backup" to copy the released area

This way we can preserve the entire contents of the released area for
later inspection. This automatically enables comparison at reallocation
time as well (like "integrity" does). If used in combination with
integrity, the comparison is disabled but the check of non-corruption
of the area mangled by integrity is still operated.
doc/internals/api/pools.txt
doc/management.txt
include/haproxy/pool-t.h
src/pool.c