]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: applet: only keep appctx_new_*() and drop appctx_new()
authorWilly Tarreau <w@1wt.eu>
Wed, 15 Jun 2022 14:35:51 +0000 (16:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Jul 2022 17:15:14 +0000 (19:15 +0200)
commitcb8542755ec040215f66a630143a412ff5228260
tree42a9dc45daa00ce35245ece5b596cd409d2ada06
parent0ad00befc10b200c677728d7e297f8bbce15c453
MEDIUM: applet: only keep appctx_new_*() and drop appctx_new()

This removes the mask-based variant so that from now on the low-level
function becomes appctx_new_on() and it takes either a thread number or
a negative value for "any thread". This way we can use task_new_on() and
task_new_anywhere() instead of task_new() which will soon disappear.
include/haproxy/applet.h
src/applet.c