]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename all occurrences of stconn "cs" to "sc"
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 08:02:48 +0000 (10:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit0adb281fb0570a82afdecbe33f6a0bbdf6624130
treeded7efd638612f93db70eded47bf8bcdbc75c0d8
parent61f5675cb4de84dfd5d3ee2190eae8c98d0d0852
CLEANUP: stconn: rename all occurrences of stconn "cs" to "sc"

Function arguments and local variables called "cs" were renamed to "sc"
to avoid future confusion. The change is huge (~580 lines), so extreme
care was given not to change anything else.
include/haproxy/sc_strm.h
include/haproxy/stconn.h
src/stconn.c