]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: buffers: split b_putblk() into __b_putblk()
authorWilly Tarreau <w@1wt.eu>
Fri, 20 Jul 2018 14:20:34 +0000 (16:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Jul 2018 17:21:43 +0000 (19:21 +0200)
commitf7d044737685eb26935e1b173a49cc8661e7cdc1
tree0a7d43bfd922467488697988612e32e1c53b174e
parentab322d4fd45c51fa38b3128d3ef76f1ff4614009
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.
include/common/buf.h