]> git.kaiwu.me - haproxy.git/commit
MEDIUM: fd: make fd_insert() take local thread masks
authorWilly Tarreau <w@1wt.eu>
Thu, 7 Jul 2022 06:29:00 +0000 (08:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 18:16:30 +0000 (20:16 +0200)
commit27a32455994993f865aecd5c9b551bc79db441c5
tree4260469a464c05b195feb2a294647f0c49331228
parent3638d174e5d2533a1674f13429e3b492a84162ec
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.
src/dns.c
src/fd.c
src/sock.c
src/ssl_sock.c