]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tasks: pass the queue index to run_task_from_list()
authorWilly Tarreau <w@1wt.eu>
Wed, 24 Jun 2020 07:54:24 +0000 (09:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 24 Jun 2020 10:21:26 +0000 (12:21 +0200)
commitba48d5c8f9ad70894dcc8dc31fe49f0c3f58f55b
tree3f72896340c0821b9a50a474cd772944d7d69bf1
parent49f90bf148c8737620fff795ae15e2e57fec59cd
MINOR: tasks: pass the queue index to run_task_from_list()

Instead of passing it a pointer to the queue, pass it the queue's index
so that it can perform all the work around current_queue and tl_class_mask.
include/haproxy/task.h
src/task.c