commit | 55f3ce1c91a740b9959db667e82465829f804174 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 18 11:49:27 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:41 2018 +0200 |
tree | d4b08c04137592d1b9395e9af25b02a7c5c3a4f9 | |
parent | 206ba834ef8b7a39608e91d21de4770d8a107e52 [diff] |
MINOR: buffer: make b_getblk_nc() take size_t for the block sizes Till now we used to reimplement it using ints to limit external changes but we must adjust it and the various users to switch to size_t.