]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pools: rename the "by_what" field of the show pools context to "how"
authorWilly Tarreau <w@1wt.eu>
Wed, 19 Mar 2025 10:16:58 +0000 (11:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Mar 2025 16:09:30 +0000 (17:09 +0100)
commitbaf8b742b4c8742c9b126706a7c4a7c4fd450622
tree9499c6fe02e7293f4cbdc02921bd43048d33fefa
parent83074bf69051177aa0d767d76385b7f67c9e535d
MINOR: pools: rename the "by_what" field of the show pools context to "how"

The goal will be to support other dump options. We don't need 32 bits to
express sorting criteria, let's reserve only 4 bits for them and leave
the remaining ones unused.
src/pool.c