commit | 1e7f0d68b0b5f231260b6c766a64851fd4d73f90 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jun 27 16:22:22 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 01 19:15:15 2022 +0200 |
tree | 321f5be975277c5f5af1d228e1d3b440234a6b21 | |
parent | adc1f52c9292a3d904da3b4b226af0c89382a712 [diff] |
MINOR: clock: use ltid_bit in clock_report_idle() Since commit cc7a11ee3 ("MINOR: threads: set the tid, ltid and their bit in thread_cfg") we ought not use (1UL << thr) to get the group mask for thread <thr>, but (ha_thread_info[thr].ltid_bit). clock_report_idle() needs this. This also implies not using all_threads_mask anymore but taking the mask from the tgroup since it becomes relative now.