]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename __cs_endp_target() to __sc_endp()
authorWilly Tarreau <w@1wt.eu>
Wed, 18 May 2022 15:56:13 +0000 (17:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commitfa57cc7b20f1ad9c6c437ca6cce6cc8f2438b687
tree5b81de6649a4d781d8ee0a69c840595ed97a43ed
parent8e7c6e6907624b116483e086b8635d0f173560df
CLEANUP: stconn: rename __cs_endp_target() to __sc_endp()

The function returns the real stream endpoint so since there's no more
confusion around the terminology, let's drop "target".
include/haproxy/conn_stream.h
src/conn_stream.c