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)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Aug 2021 08:07:43 +0000 (10:07 +0200)
commit434b8525ee333f511b5461eae41b23842d3636d4
tree7785156576a72b420bae8469a5c686d05b0cd90f
parentd332f1396b101f3f03e9fef405d42f03fc3647b6
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.
include/haproxy/spoe-t.h
src/flt_spoe.c