commit | 3638d174e5d2533a1674f13429e3b492a84162ec | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jul 07 08:23:03 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 15 20:16:30 2022 +0200 |
tree | a9c4f721168cea7c81c36ccd77080c2d5abb8d53 | |
parent | d6e198761281e755e5b96272ed2a751df096efdf [diff] |
MEDIUM: fd: make thread_mask now represent group-local IDs With the change that was started on other masks, the thread mask was still not fully converted, sometimes being used as a global mask and sometimes as a local one. This finishes the code modifications so that the mask is always considered as a group-local mask. This doesn't change anything as long as there's a single group, but is necessary for groups 2 and above since it's used against running_mask and so on.