]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: task: add a new pointer to current tasklet queue
authorWilly Tarreau <w@1wt.eu>
Tue, 23 Jun 2020 14:35:38 +0000 (16:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Jun 2020 14:35:38 +0000 (16:35 +0200)
commit116ef223d2d85ec87bb1244cba3d65fa21cb3793
tree755ac4d5b05661d4a67c2ec3377419d1fd6e8821
parent0c0c85ed9dab7d958712401631c750472eded707
MINOR: task: add a new pointer to current tasklet queue

In task_per_thread[] we now have current_queue which is a pointer to
the current tasklet_list entry being evaluated. This will be used to
know the class under which the current task/tasklet is currently
running.
include/haproxy/task-t.h
src/task.c