commit | adc1f52c9292a3d904da3b4b226af0c89382a712 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jun 27 16:20:13 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 01 19:15:14 2022 +0200 |
tree | 32bbdcd037714ade05eecb91d36adfc7ad722f6c | |
parent | 38d0712748b9d05d82677148eefdfdd58d7764f5 [diff] |
MINOR: wdt: use ltid_bit in wdt_handler() 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). wdt_handler() needs this.