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