]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: spoe: Add a type to qualify the message list during encoding
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Sep 2017 14:50:56 +0000 (16:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 10:36:12 +0000 (11:36 +0100)
commitc718b82dfe4698be791c3382a6e9a6f889d46142
tree39a8b2a83fa2415f8e44d3bb8af00de57e09a178
parent10e376727a51229a56e7e644170aadf7462607f6
MINOR: spoe: Add a type to qualify the message list during encoding

Because we can have messages chained by event or by group, we need to have a way
to know which kind of list we manipulate during the encoding. So 2 types of list
has been added, SPOE_MSGS_BY_EVENT and SPOE_MSGS_BY_GROUP. And the right type is
passed when spoe_encode_messages is called.
include/types/spoe.h
src/flt_spoe.c