]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxies: Add a per-thread group field to struct proxy.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 15 Jan 2025 15:10:43 +0000 (16:10 +0100)
committerOlivier Houchard <cognet@ci0.org>
Tue, 28 Jan 2025 11:49:41 +0000 (12:49 +0100)
commitf879b9a18a9fbfa0346eee2384b8c2fb470d9689
tree71263d114e27b410fd404e1fbdc6f8d36985cdcd
parent7fa70da06db3e69a61e4451a82a4f980b40b4d0c
MINOR: proxies: Add a per-thread group field to struct proxy.

Add a per-thread group field to struct proxy, that will contain a struct
queue, as well as a new field, "queueslength".
This is currently unused, so should change nothing.
Please note that proxy_init_per_thr() must now be called for each proxy
once the thread groups number is known.
include/haproxy/proxy-t.h
include/haproxy/proxy.h
src/cfgparse.c
src/flt_spoe.c
src/proxy.c