commit | 9936dc6577bc341b364767fbb342de9ab143c7ea | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 28 09:21:58 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 28 17:16:47 2022 +0100 |
tree | 51a546b6a67e33923fa0c48e7a3f825b0dd915ca | |
parent | 494162381e4200fe2f8c6f99696fd9f199f45b90 [diff] |
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.