mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 01:23:50 +02:00
TASK_QUEUED was used to mean "the task has been scheduled to run", TASK_IN_LIST was used to mean "the tasklet has been scheduled to run", remove TASK_IN_LIST and just use TASK_QUEUED for tasklets instead. This commit is just cosmetic, and should not have any impact.