]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: Add fields to the per-thread group field in struct server.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 15 Jan 2025 15:16:18 +0000 (16:16 +0100)
committerOlivier Houchard <cognet@ci0.org>
Tue, 28 Jan 2025 11:49:41 +0000 (12:49 +0100)
commit59eddabe1699742b3a098d5af4a777a66470f06f
treea07b67ffe7f44c956d2a407f3a5c72a817d2a5cb
parentf879b9a18a9fbfa0346eee2384b8c2fb470d9689
MINOR: Add fields to the per-thread group field in struct server.

Add a per-thread group queue and associated fields in per-thread group
field in struct server, as well as a new field, queues length.
This is currently unused, so should change nothing.
include/haproxy/server-t.h
src/server.c