]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tasks: move the list walking code to its own function
authorWilly Tarreau <w@1wt.eu>
Thu, 30 Jan 2020 17:13:13 +0000 (18:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 30 Jan 2020 17:13:13 +0000 (18:13 +0100)
commit4ffa0b526a52a026fbabfa72f1b393ece1889dc2
tree7c559811b5c7015c770c04f1e598395f42cf8d9b
parent876b411f2bfbd883659855df19bb877d45522d07
MINOR: tasks: move the list walking code to its own function

New function run_tasks_from_list() will run over a tasklet list and will
run all the tasks and tasklets it finds there within a limit of <max>
that is passed in arggument. This is a preliminary work for scheduler QoS
improvements.
src/task.c