commit | 52610e905dd0c4e63373d817dc234f110d670a57 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 03 18:26:17 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 03 18:45:38 2019 +0100 |
tree | 558c21e457bb9964f0f0138bdbc5f143426c781c | |
parent | e2b05ccff566a48253d5a29c2f93320488c469d2 [diff] |
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.