commit | 116ef223d2d85ec87bb1244cba3d65fa21cb3793 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 23 16:35:38 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 23 16:35:38 2020 +0200 |
tree | 755ac4d5b05661d4a67c2ec3377419d1fd6e8821 | |
parent | 0c0c85ed9dab7d958712401631c750472eded707 [diff] |
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.