MINOR: wdt: move the local timers to a struct
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2024 09:54:05 +0000 (10:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2024 18:04:38 +0000 (19:04 +0100)
commite50dc3bd87d058736668400607558755ac06fe0f
treec51a94fc52e8015daf36ce78aee00fcf5701bd67
parenta2da8ef7ff9442a5c8090e8f43fe02a50153500f
MINOR: wdt: move the local timers to a struct

Better have a local struct for per-thread timers, as this will allow us
to store extra info that are useful to improve accurate reporting.

(cherry picked from commit 3f4d646849a253f3dc15972e40023495725efe98)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/wdt.c