]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: queues: Turn non_empty_tgids into a long array.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 9 Jan 2026 02:21:20 +0000 (03:21 +0100)
committerOlivier Houchard <ohouchard@haproxy.com>
Thu, 15 Jan 2026 02:46:57 +0000 (03:46 +0100)
commit7e1fed4b7a8b862bf7722117f002ee91a836beb5
tree2233855bd595738788e9bd11e1c235277f6c2b20
parent2ec387cdc2cf4cba4b69b66e27c0221f64e4c99c
MINOR: queues: Turn non_empty_tgids into a long array.

In order to be able to have more than 64 thread groups, turn
non_empty_tgids into a long array, so that we have enough bits to
represent everty thread group, and manipulate it with the ha_bit_*
functions.
src/queue.c