]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: set execution context on applet calls
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 08:05:14 +0000 (09:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 17:06:38 +0000 (18:06 +0100)
commit9cb11d0859dffb670f5cdc70ecdbd43ff43f14f0
tree6c7e899da4743146abac3a6e4aff6bea4f63cdcd
parentc0bf395cdee1fd11e9246a410dd39621bb5c0685
MINOR: applet: set execution context on applet calls

It allows to know when a thread is currnetly running inside an applet.
For example now "show threads" will show "applet '<CLI>'" for the thread
issuing this command.
include/haproxy/applet.h
include/haproxy/tinfo-t.h
src/applet.c
src/tools.c