]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: conn_stream: rename the cs_endpoint's target to "se"
authorWilly Tarreau <w@1wt.eu>
Mon, 16 May 2022 15:29:42 +0000 (17:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit65d0597b2ba2e96045d22b69aafce09f7bfea8c4
tree9c3c97b383bc50ffe4d23099bbf4a7c62f1299a8
parentb605c4213fa69bc1a8bb76ece886d30c5b529c0e
CLEANUP: conn_stream: rename the cs_endpoint's target to "se"

That's the "stream endpoint" pointer. Let's change it now while it's
not much spread. The function __cs_endp_target() wasn't yet renamed
because that will change more globally soon.
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
include/haproxy/mux_quic.h
src/applet.c
src/conn_stream.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/mux_quic.c
src/stream.c