]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename cs_conn_*() to sc_conn_*()
authorWilly Tarreau <w@1wt.eu>
Wed, 18 May 2022 16:06:53 +0000 (18:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit462b989d4c81538fe460dc2a68bb865b899b412b
tree10344aac8099ef6bef7b1913de19d21b192f96d9
parentf8d0ab54ec0db98c10853cf580e36d09a469c346
CLEANUP: stconn: rename cs_conn_*() to sc_conn_*()

The following functions which act on a connection-based stream connector
were renamed to sc_conn_* (~60 places):

  cs_conn_drain_and_shut
  cs_conn_process
  cs_conn_read0
  cs_conn_ready
  cs_conn_recv
  cs_conn_send
  cs_conn_shut
  cs_conn_shutr
  cs_conn_shutw
include/haproxy/conn_stream.h
include/haproxy/cs_utils.h
src/check.c
src/cli.c
src/conn_stream.c
src/debug.c
src/stream.c
src/tools.c