]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: spoe: Move low-level encoding/decoding functions in dedicated header file
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Feb 2017 13:31:11 +0000 (14:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 Mar 2017 14:32:55 +0000 (15:32 +0100)
commit4ff3e574ac1f5a48edf9e193ea35525ed4ff8995
tree2b16097da356c622b95726376b1c885d02c8392d
parent1f40b91a83bb4436f0cf1ce7b2e20951b4fc18a5
REORG: spoe: Move low-level encoding/decoding functions in dedicated header file

So, it will be easier to anyone to develop external services using these
functions.

SPOA example has been updated accordingly.
contrib/spoa_example/spoa.c
include/proto/spoe.h [new file with mode: 0644]
src/flt_spoe.c