commit | 66ad98a772047121f2687fb5ce0c432e88d9b2d9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 28 10:49:57 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 01 19:15:14 2022 +0200 |
tree | 9c7e05feaa174f2e1610408d682cdd89cc404218 | |
parent | e7475c8e793f335bb61c2db4eedc30416321b9e2 [diff] |
MINOR: tinfo: add the tgid to the thread_info struct At several places we're dereferencing the thread group just to catch the group number, and this will become even more required once we start to use per-group contexts. Let's just add the tgid in the thread_info struct to make this easier.