]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLENAUP: wdt: use ha_tkill() instead of accessing pthread directly
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 19:43:38 +0000 (21:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000 (01:41 +0200)
commit19b18ad552f612e45a79e248460a6236d4baa931
tree8dc2dd42a9646b1a3781c11d96885e5fd5bbb570
parentb63888c67ced3b83fe23834ebf24209f1b29339d
CLENAUP: wdt: use ha_tkill() instead of accessing pthread directly

Instead of calling pthread_kill() directly on the pthread_t let's
call ha_tkill() which does the same by itself. This will help isolate
pthread_t.
src/wdt.c