]> git.kaiwu.me - haproxy.git/commit
MINOR: threads: Eliminate all_tgroups_mask.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 9 Jan 2026 02:25:24 +0000 (03:25 +0100)
committerOlivier Houchard <ohouchard@haproxy.com>
Thu, 15 Jan 2026 02:46:57 +0000 (03:46 +0100)
commit1397982599433f48a2c0e501c893688f7f017241
treeedbfb107df79d5bc1a88c241e542431076888f15
parent7e1fed4b7a8b862bf7722117f002ee91a836beb5
MINOR: threads: Eliminate all_tgroups_mask.

Now that it is unused, eliminate all_tgroups_mask, as we can't 64bits
masks to represent thread groups, if we want to be able to have more
than 64 thread groups.
include/haproxy/thread.h
src/haproxy.c
src/thread.c