]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: spoe: Dynamically alloc the message list per event of an agent
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 Jul 2024 08:57:29 +0000 (10:57 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:04 +0000 (15:27 +0200)
commite6145a0ea1d161d2f5c1b3d0950a5cbb3a8dc060
tree5f0c75b1aa7587a06c8e6924be8c1e6c86b88876
parentce53bb62848a7616fa6af0753720c1fc86c24a3c
MINOR: spoe: Dynamically alloc the message list per event of an agent

The inline array used to store, the configured messages per event in the
SPOE agent structure, is replaced by a dynamic array, allocated during the
configuration parsing. The main purpose of this change is to be able to move
all stuff regarding the SPOE filter and applet in the C file.

The related issue is #2502.
include/haproxy/spoe-t.h
src/flt_spoe.c