commit | 27a32455994993f865aecd5c9b551bc79db441c5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jul 07 08:29:00 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 15 20:16:30 2022 +0200 |
tree | 4260469a464c05b195feb2a294647f0c49331228 | |
parent | 3638d174e5d2533a1674f13429e3b492a84162ec [diff] |
MEDIUM: fd: make fd_insert() take local thread masks fd_insert() was already given a thread group ID and a global thread mask. Now we're changing the few callers to take the group-local thread mask instead. It's passed directly into the FD's thread mask. Just like for previous commit, it must not change anything when a single group is configured.