]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: buffers: clarify the purpose of the <from> pointer in offer_buffers()
authorWilly Tarreau <w@1wt.eu>
Fri, 2 Mar 2018 09:27:12 +0000 (10:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Mar 2018 17:33:48 +0000 (18:33 +0100)
commitc41b3e8dff5b24a0884eb131463684edafec3d9c
tree7180d6be33ac039d33bbf8d86012cb5e014b84ea
parentec9516a6dc6df12299f94cea3c20b8333cac569f
DOC: buffers: clarify the purpose of the <from> pointer in offer_buffers()

This one is only used to compare pointers and NULL is permitted though
this is far from being clear.
include/common/buffer.h
src/buffer.c