]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Identify applets using their own buffers via a flag
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 6 Feb 2024 06:45:02 +0000 (07:45 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Feb 2024 14:05:05 +0000 (15:05 +0100)
commitd7467cd495d9f97667441256b1bc0b6e86f07cd8
tree5d67c21aca904c121b872de10b0b8b044fa1c662
parenta9301c96f1bd1c1f56ededd41888e605a1c4f043
MINOR: applet: Identify applets using their own buffers via a flag

These applets can now be identified by testing APPCTX_FL_INOUT_BUFS
flag. This will be useful between the kind of applets in helper functions.
include/haproxy/applet-t.h
src/applet.c