]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-pt: rename the "endp" field to "sd"
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 14:17:23 +0000 (16:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit9e00da1f60791716da09dabea98e586651735cf9
tree38cdf9973ad97b22b57dcaca689a8efb0f32ac44
parent5aa5e77cad8449b9b0688a4d02fb9f6919bf80bc
CLEANUP: mux-pt: rename the "endp" field to "sd"

The stream endpoint descriptor that was named "endp" is now called "sd"
both in the mux_pt_ctx struct and in the few functions using this.
src/mux_pt.c