]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: threads: prepare DEBUG_THREAD to receive more values
authorWilly Tarreau <w@1wt.eu>
Mon, 28 Apr 2025 07:00:00 +0000 (09:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Apr 2025 14:50:34 +0000 (16:50 +0200)
commit903a6b14ef23c43d51b2acd9b74fa7cd78b5fb89
treeb931b8a2e9c8b1d276c8ef1dafbf17cde778c56b
parentaa49965d4e6d51f5b10c6136df9f8fa50e6477b5
MINOR: threads: prepare DEBUG_THREAD to receive more values

We now default the value to zero and make sure all tests properly take
care of values above zero. This is in preparation for supporting several
degrees of debugging.
Makefile
include/haproxy/defaults.h
include/haproxy/thread-t.h
include/haproxy/thread.h
src/thread.c