]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: buffer: get rid of b_ptr() and convert its last users
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jun 2018 11:45:17 +0000 (13:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:41 +0000 (16:23 +0200)
commitbc59f359dcc3bc72d07bfc750e927748e70406a5
tree1533a971c2d5f26f6f058d68c85bcfdbfb0075fa
parent337ea57cfc9008e7d6c2e57ead8bea9bdb093d49
MINOR: buffer: get rid of b_ptr() and convert its last users

Now the new API functions are being used everywhere, we can get rid
of b_ptr(). A few last users like bi_istput() and bo_istput() appear
to only differ by what part of the buffer they're increasing, but
that should quickly be merged.
include/common/buffer.h