]> git.kaiwu.me - haproxy.git/commit
MINOR: counters: add EXTRA_COUNTERS_BASE() to retrieve extra_counters base storage
authorWilly Tarreau <w@1wt.eu>
Wed, 25 Feb 2026 09:13:21 +0000 (10:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Feb 2026 16:03:53 +0000 (17:03 +0100)
commitde0eddf5120c71a3e6c5326d20a45cf55ba0d381
tree653f1e180d9b92ec8780b38e09515a79cceda8ee
parenta60e1fcf7f1d937a429485eae2995f75ff56288e
MINOR: counters: add EXTRA_COUNTERS_BASE() to retrieve extra_counters base storage

The goal is to always retrieve the storage address of the first thread
group for the given module. This will be used to iterate over all thread
groups. For now it returns the same value as EXTRA_COUNTERS_GET().
include/haproxy/counters.h
src/h3_stats.c
src/mux_h1.c
src/mux_h2.c
src/quic_stats.c
src/resolvers.c
src/ssl_sock.c