commit | 1f4bf7215af9a50ebebe86a940c367825045cd21 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 15 16:37:33 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 01 19:15:14 2022 +0200 |
tree | b1de44ad560eed718a985422ec27b3e72f60c6ad | |
parent | cb8542755ec040215f66a630143a412ff5228260 [diff] |
MEDIUM: task: only keep task_new_*() and drop task_new() As previously advertised in comments, the mask-based task_new() is now gone. The low-level function now is task_new_on() which takes a thread number or a negative value for "any thread", which is turned to zero for thread-less builds since there's no shared WQ in thiscase. The task_new_here() and task_new_anywhere() functions were adjusted accordingly.