]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: trace: add allocation of buffer-sized trace buffers
authorWilly Tarreau <w@1wt.eu>
Mon, 19 Aug 2019 13:55:34 +0000 (15:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Aug 2019 18:21:00 +0000 (20:21 +0200)
commit88ebd4050e93a6b4bce6eac8d0b90f7b818e1c21
tree11bc97599f026f7fc5564ad80191422e062fd125
parent4151c753fc4b106553efe29d8d02224e9d581bba
MINOR: trace: add allocation of buffer-sized trace buffers

This will be needed so that we can implement protocol decoders which will
have to emit their contents into such a buffer.
include/proto/trace.h
src/trace.c