]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: Always access the stream-int via the conn-stream
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Dec 2021 14:15:22 +0000 (15:15 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commit165ca0e812848a7c7b6778ed0086ed070b1663c7
tree1fd703b7157b54391321eacc568097a1af9352ec
parent0dd566b42eae0c05917460e624630550be0991c0
MINOR: stream-int: Always access the stream-int via the conn-stream

To be able to move the stream-interface from the stream to the conn-stream,
all access to the SI is done via the conn-stream. This patch is limited to
the stream-interface part.
include/haproxy/stream_interface.h