]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Add an appctx flag to report shutdown to applets
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 23 Jan 2024 06:42:08 +0000 (07:42 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Feb 2024 14:03:50 +0000 (15:03 +0100)
commitcc7b141e1ce99bd14501b660824e3ae5ec101365
tree31fda9e112b87d2444d362f2e16f4e18bffee39a
parent14bd091fd7009b003c699ef23b2ee2e920ed89ca
MINOR: applet: Add an appctx flag to report shutdown to applets

There is no shutdown for reads and send with applets. Both are performed
when the appctx is released. So instead of 2 flags, like for
muxes/connections, only one flag is used. But the idea is the same:
acknowledge the event at the applet level.
include/haproxy/applet-t.h
src/applet.c