]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: conn_stream: rename cs_endpoint to sedesc (stream endpoint descriptor)
authorWilly Tarreau <w@1wt.eu>
Tue, 17 May 2022 15:53:22 +0000 (17:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commitea59b0201cd1690d2a1b114f2bdbf94af55c1d84
treed775f58b33cb0bb1860c1756cd07c699e2c87b08
parent65d0597b2ba2e96045d22b69aafce09f7bfea8c4
CLEANUP: conn_stream: rename cs_endpoint to sedesc (stream endpoint descriptor)

After some discussion we found that the cs_endpoint was precisely the
descriptor for a stream endpoint, hence the naturally coming name,
stream endpoint constructor.

This patch renames only the type everywhere and the new/init/free functions
to remain consistent with it. Future patches will address field names and
argument names in various code areas.
14 files changed:
include/haproxy/applet-t.h
include/haproxy/applet.h
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
include/haproxy/connection-t.h
include/haproxy/mux_quic-t.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