]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: sched: create a new TASK_KILLED task flag
authorWilly Tarreau <w@1wt.eu>
Tue, 30 Jun 2020 09:48:48 +0000 (11:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 Jul 2020 14:35:49 +0000 (16:35 +0200)
commit8a6049c2680fe1bdacf53a90e4c3ff97bc791ec9
tree0f7ae7ff06e5b88319f14e93afcf204777f2e07b
parentd99177f86d00f87f74ceaa498d8f3ccaa81a3c95
MEDIUM: sched: create a new TASK_KILLED task flag

This flag, when set, will be used to indicate that the task must die.
At the moment this may only be placed by the task itself or by the
scheduler when placing it into the TL_NORMAL queue.
include/haproxy/task-t.h
src/task.c