MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 2 Aug 2021 15:51:01 +0000 (17:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Aug 2021 15:03:33 +0000 (17:03 +0200)
commit0ee26e9b6d0b2163d5fb8b1d287dfe090fb25008
tree12baeec859af965d1413a8a60f7e9ac4b25bf1bb
parentc6c8cd92a1ef8ac360f51ce5c9d0a7b784c64d65
MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure

There was no way to access the SPOE filter configuration from the agent
object. However it could be handy to have it. And in fact, this will be
required to fix a bug.

(cherry picked from commit 434b8525ee333f511b5461eae41b23842d3636d4)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit 541e261ce3c1af30e172ab97d8ce8e865a941e77)
Signed-off-by: Willy Tarreau <w@1wt.eu>
include/haproxy/spoe-t.h
src/flt_spoe.c