]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: stats-file: Use a 16bits variable when loading tgid
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 12 Jan 2026 08:48:54 +0000 (09:48 +0100)
committerOlivier Houchard <ohouchard@haproxy.com>
Mon, 12 Jan 2026 08:48:54 +0000 (09:48 +0100)
commitb1cfeeef218d8e65aa982485f54613bf3deb3fd5
tree1645da77f48770292729ca79cc53fd94d8a602e2
parent022cb3ab7fdce74de2cf24bea865ecf7015e5754
BUG/MINOR: stats-file: Use a 16bits variable when loading tgid

Now that the tgid stored in the stats file has been increased to 16bits
by commit 022cb3ab7fdce74de2cf24bea865ecf7015e5754, don't forget to
increase the variable size when reading it from the file, too.
This should have no impact given the maximum thread group limit is still
32.
src/stats-file.c