commit | 512dd2dc1c17439f71dfa6fb9e020a009eb3d1c7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 06 11:27:42 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 15 19:58:06 2022 +0200 |
tree | f317ceb2b266c6f5d0fc9df29f94f8b290238c40 | |
parent | 8e2c0fa8e554d189ecb98092bd984790cb05736b [diff] |
MINOR: fd: make fd_insert() apply the thread mask itself It's a bit ugly to see that half of the callers of fd_insert() have to apply all_threads_mask themselves to the bit field they're passing, because usually it comes from a listener that may have other bits set. Let's make the function apply the mask itself.