]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Remove appctx state field to only used the flags
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jan 2024 17:42:39 +0000 (18:42 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Feb 2024 14:03:46 +0000 (15:03 +0100)
commit14bd091fd7009b003c699ef23b2ee2e920ed89ca
tree922056a63bbf2a9782ea915e3fe1cb43f6afba3d
parent4434b03358bda7d5d3fe8d50fff6a1a9d2b8c7ab
MINOR: applet: Remove appctx state field to only used the flags

The appctx state was never really used as a state. It is only used to know
when an applet should be freed on the next wakeup. This can be converted to
a flag and the state can be removed. This is what this patch does.
include/haproxy/applet-t.h
src/applet.c