]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: threads: set the tid, ltid and their bit in thread_cfg
authorWilly Tarreau <w@1wt.eu>
Tue, 28 Sep 2021 06:53:11 +0000 (08:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Oct 2021 15:22:26 +0000 (17:22 +0200)
commitcc7a11ee3b0d7663be874d1f3177ea8c54c3a5be
treedad8137058b9d5fd47784a0e8076c5972bb4e70d
parent6eee85f887aaaae32f714db59b119aab903463be
MINOR: threads: set the tid, ltid and their bit in thread_cfg

This will be a convenient way to communicate the thread ID and its
local ID in the group, as well as their respective bits when creating
the threads or when only a pointer is given.
include/haproxy/tinfo-t.h
src/thread.c