]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Add support for flags on applets with a flag about the new API
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 25 Jul 2025 13:40:29 +0000 (15:40 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 25 Jul 2025 13:44:02 +0000 (15:44 +0200)
commit337768656b8ef60c938c6f5d6e94a111aa9dff02
tree4170cfe6e02c1616c9df9162aa7d92789b326bd1
parent2e5e6cdf23c70aaf4715c03615de333dc90d8285
MINOR: applet: Add support for flags on applets with a flag about the new API

A new field was added in the applet structure to be able to set flags on the
applets The first one is related to the new API. APPLET_FL_NEW_API is set
for applets based on the new API. It was set on all HAProxy's applets.
12 files changed:
addons/promex/service-prometheus.c
include/haproxy/applet-t.h
src/cache.c
src/cli.c
src/dns.c
src/flt_spoe.c
src/hlua.c
src/http_client.c
src/log.c
src/peers.c
src/sink.c
src/stats-html.c