]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tinfo: add the mask of enabled threads in each group
authorWilly Tarreau <w@1wt.eu>
Fri, 24 Jun 2022 13:18:49 +0000 (15:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Jul 2022 17:15:14 +0000 (19:15 +0200)
commit377e37a80fcdf7c83e5b672ed1500327ce0a698e
treebfb16bb6af91003777612b77fd3e406c92c6dc83
parent60fe4a95a2ebcd3048940a0689f80656ec247764
MINOR: tinfo: add the mask of enabled threads in each group

In order to replace the global "all_threads_mask" we'll need to have an
equivalent per group. Take this opportunity for calling it threads_enabled
and make sure which ones are counted there (in case in the future we allow
to stop some).
include/haproxy/tinfo-t.h
src/haproxy.c
src/thread.c