commit | 82e378aa8ab34e3d9aedb9971ae704ca17c28e16 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 06 11:22:42 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 15 19:43:10 2022 +0200 |
tree | ba77daf229b11ebdb763db91e4fe68b1b5a52036 | |
parent | 6bdf9452c09030d4944e6d045b6f60f55c38e97a [diff] |
MINOR: fd/thread: get rid of thread_mask() Since commit d2494e048 ("BUG/MEDIUM: peers/config: properly set the thread mask") there must not remain any single case of a receiver that is bound nowhere, so there's no need anymore for thread_mask(). We're adding a test in fd_insert() to make sure this doesn't happen by accident though, but the function was removed and its rare uses were replaced with the original value of the bind_thread msak.