]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Uninline appctx_free()
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Mar 2023 15:37:48 +0000 (17:37 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:46:06 +0000 (08:46 +0200)
commita5915eb1dd9b2b80f8afe11b272768eb94db390b
treeac14f46ff589d89c14b2998023b1a8b9484e955c
parent947b2e59223b53110c435ecc4d1afd75f97f1129
MINOR: applet: Uninline appctx_free()

This functin is uninlined and move in src/applet.c. It is mandatory to add
traces for applets.
include/haproxy/applet.h
src/applet.c