]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: conn_stream: rename the conn_stream's endp to sedesc
authorWilly Tarreau <w@1wt.eu>
Tue, 17 May 2022 16:20:02 +0000 (18:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit798465b02c92055b5a21f1912e77a49df8d3166d
treed9f084d94ac47f5cde3dedbe1c115718715817c8
parentd869e13ed895ba8cb41193582680059054e75acf
CLEANUP: conn_stream: rename the conn_stream's endp to sedesc

Just like for the appctx, this is a pointer to a stream endpoint descriptor,
so let's make this explicit and not confuse it with the full endpoint. There
are very few changes thanks to the preliminary refactoring of the flags
manipulation.
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
src/backend.c
src/cli.c
src/conn_stream.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/stream.c