]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: htx: add a new function to add a block without filling it
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Jan 2019 17:26:17 +0000 (18:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 3 Jan 2019 17:45:38 +0000 (18:45 +0100)
commit52610e905dd0c4e63373d817dc234f110d670a57
tree558c21e457bb9964f0f0138bdbc5f143426c781c
parente2b05ccff566a48253d5a29c2f93320488c469d2
MINOR: htx: add a new function to add a block without filling it

htx_add_blk_type_size() creates a block of a specified type and size
and returns it. The caller can then fill it.
include/common/htx.h
src/htx.c