]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: store the caller's details in debug_count
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Aug 2026 08:04:15 +0000 (10:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Aug 2026 15:43:30 +0000 (17:43 +0200)
commitc73d05326ed3a9d8356b8ca652dfe7f57e5dc8ba
tree08bfc3921036d1a4ac9be22a7d9c547736122b89
parenta8aa8cd64e4ffd60ee7c8d95fea14b45cc0cd922
MINOR: debug: store the caller's details in debug_count

There's a 8-bit hole left in the struct and that's exactly what we'll
need to store the details. In fact we're only using 6 bits now and
they're a bit wasted, so we could even compact them to be merged with
the type later if needed.
include/haproxy/bug.h