]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Add appctx_init() helper fnuction
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 12 May 2022 12:59:28 +0000 (14:59 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 May 2022 14:13:21 +0000 (16:13 +0200)
commit16c0d9cda0b4b4e148bbc1f2da0ac39ea26220ae
tree23eaf1003704044068a16331b2500ad6b45d03cf
parentab5d1dceed7c780e1a28096523f76ce28843d31a
MINOR: applet: Add appctx_init() helper fnuction

It is just a helper function that call the .init applet callback function,
if it exists. This will simplify a bit the init stage when a new applet is
started. For now, this callback function is only used when a new service is
started.
include/haproxy/applet.h
src/stream.c