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

The check struct had a "cs" field renamed to "sc", which also required
a tiny update to a few functions using it to distinguish a check from
a stream (log.c, payload.c, ssl_sample.c, tcp_sample.c, tcpcheck.c,
connection.c).

Function arguments and local variables called "cs" were renamed to "sc".
The presence of one "cs=" in the debugging traces was also turned to
"sc=" for consistency.
include/haproxy/check-t.h
include/haproxy/check.h
src/check.c
src/connection.c
src/log.c
src/payload.c
src/ssl_sample.c
src/tcp_sample.c
src/tcpcheck.c