]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: task: replace task_set_affinity() with task_set_thread()
authorWilly Tarreau <w@1wt.eu>
Wed, 15 Jun 2022 15:20:16 +0000 (17:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Jul 2022 17:15:14 +0000 (19:15 +0200)
commiteed3911a54aedeedb1193f6a3450cefe588f1375
tree53da65d9a13bd1139cd285c025fbc1b92440a21e
parent159e3acf5de7afe705dd914b8be709a9309db82e
MINOR: task: replace task_set_affinity() with task_set_thread()

The latter passes a thread ID instead of a mask, making the code simpler.
doc/internals/api/scheduler.txt
include/haproxy/applet.h
include/haproxy/task.h
src/check.c
src/extcheck.c