commit | 6095d57701cddd07e901bde214f066ff9c40bdda | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon May 16 17:09:48 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 17 16:13:22 2022 +0200 |
tree | a717a7d4f7c780c162c9c58c482c888fb578185d | |
parent | 6712dc680cb1822221ded988fc8f3be5bc707172 [diff] |
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.