MINOR: threads: set the group ID and its bit in the thread group
authorWilly Tarreau <w@1wt.eu>
Tue, 28 Sep 2021 06:50:02 +0000 (08:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Oct 2021 15:22:26 +0000 (17:22 +0200)
commit6eee85f887aaaae32f714db59b119aab903463be
tree5b153818b34b43cf1079b234336fc5b2622e3efc
parente6806ebeccc4844dcc95cbc04f40bc78f7b4c264
MINOR: threads: set the group ID and its bit in the thread group

This will ease the reporting of the current thread group ID when coming
from the thread itself, especially since it returns the visible ID,
starting at 1.
include/haproxy/tinfo-t.h
src/thread.c