]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: tasks: Remove TASK_IN_LIST and use TASK_QUEUED instead.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 29 Apr 2025 13:24:54 +0000 (15:24 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 30 Apr 2025 15:08:57 +0000 (17:08 +0200)
commit2bab043c8c8b77ce99440e8f1741beab520b70a1
tree8e301ac3016e62250038a17158fbc39029f4801e
parent35df7cbe3468839e64830cdf67392dc04c7db4c9
MEDIUM: tasks: Remove TASK_IN_LIST and use TASK_QUEUED instead.

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.
include/haproxy/task-t.h
include/haproxy/task.h
src/task.c