commit | f7d044737685eb26935e1b173a49cc8661e7cdc1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jul 20 16:20:34 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 20 19:21:43 2018 +0200 |
tree | 0a7d43bfd922467488697988612e32e1c53b174e | |
parent | ab322d4fd45c51fa38b3128d3ef76f1ff4614009 [diff] |
MINOR: buffers: split b_putblk() into __b_putblk() The latter function is more suited to operations that don't require any check because the check has already been performed. It will be used by other b_* functions.