]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: spoe: Move all stuff regarding the filter/applet in the C file
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 Jul 2024 09:14:11 +0000 (11:14 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:04 +0000 (15:27 +0200)
commit08b522d6ac434b4ba161625c666f8252bb43cb2e
tree4082a8567a9c259d3a695ad53e386e00354343cf
parente6145a0ea1d161d2f5c1b3d0950a5cbb3a8dc060
MINOR: spoe: Move all stuff regarding the filter/applet in the C file

Structures describing the SPOE applet context, the SPOE filter configuration
and context and the SPOE messages and groups are moved in the C file. In
spoe-t.h file, it remains the structure describing an SPOE agent and flags
used by both sides.

In addition, the SPOE frontend, created for a given SPOE engine, is moved
from the SPOE filter configuration to the SPOE agent structure.

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