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

Function arguments and local variables called "cs" were renamed to "sc"
in the various keyword handlers.
13 files changed:
src/activity.c
src/cli.c
src/debug.c
src/hlua.c
src/http_client.c
src/map.c
src/mworker.c
src/peers.c
src/proxy.c
src/ring.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/stick_table.c