]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Add API to start applet on a thread subset
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 16 May 2022 15:09:48 +0000 (17:09 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 May 2022 14:13:22 +0000 (16:13 +0200)
commit6095d57701cddd07e901bde214f066ff9c40bdda
treea717a7d4f7c780c162c9c58c482c888fb578185d
parent6712dc680cb1822221ded988fc8f3be5bc707172
MINOR: applet: Add API to start applet on a thread subset

In the same way than for the tasks, the applets api was changed to be able
to start a new appctx on a thread subset. For now the feature is
disabled. Only appctx_new_here() is working. But it will be possible to
start an appctx on a specific thread or a subset via a mask.
include/haproxy/applet.h
src/applet.c
src/conn_stream.c
src/dns.c
src/flt_spoe.c
src/hlua.c
src/http_client.c
src/peers.c
src/sink.c