]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: stream-int: Uninline si_sync_recv() and make si_cs_recv() private
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 28 Feb 2022 08:21:58 +0000 (09:21 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 28 Feb 2022 16:16:47 +0000 (17:16 +0100)
commit9936dc6577bc341b364767fbb342de9ab143c7ea
tree51a546b6a67e33923fa0c48e7a3f825b0dd915ca
parent494162381e4200fe2f8c6f99696fd9f199f45b90
REORG: stream-int: Uninline si_sync_recv() and make si_cs_recv() private

This way si_*_recv() and si_*_sned() API are defined the same
way. si_sync_snd/si_sync_recv are both exported and defined in the C
file. And si_cs_send/si_cs_recv are private and only used by
stream-interface internals.
include/haproxy/stream_interface.h
src/stream_interface.c