commit | c718b82dfe4698be791c3382a6e9a6f889d46142 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Sep 21 16:50:56 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 11:36:12 2017 +0100 |
tree | 39a8b2a83fa2415f8e44d3bb8af00de57e09a178 | |
parent | 10e376727a51229a56e7e644170aadf7462607f6 [diff] |
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.