]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: tasks: Don't forget to decrement tasks_run_queue.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 3 Oct 2019 12:55:34 +0000 (14:55 +0200)
committerOlivier Houchard <cognet@ci0.org>
Thu, 3 Oct 2019 12:55:40 +0000 (14:55 +0200)
commit07308677ddcc7f47567a98f51ad0c0bd0e3a49a0
tree3768f19467e58f0b1fefdadbc0c3bacb1621f0c4
parentc2ea47fb18664ac68d94da2fe0b30e1a626aa869
BUG/MEDIUM: tasks: Don't forget to decrement tasks_run_queue.

When executing tasks, don't forget to decrement tasks_run_queue once we
popped one task from the task_list. tasks_run_queue used to be decremented
by __tasklet_remove_from_tasklet_list(), but we now call MT_LIST_POP().
src/task.c