]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: applet: rename appctx_cs() to appctx_sc()
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 09:08:15 +0000 (11:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commitc12b3216611db8703981fc23ebab8e597c5e2bd6
treeaf958c5138c69b507b78882ff2df99867e10ce4c
parentb52d4d217fdcfc83ab90275609b94d077bd97a76
CLEANUP: applet: rename appctx_cs() to appctx_sc()

It returns a stream connector, not a conn_stream anymore, so let's
fix its name.
23 files changed:
addons/promex/service-prometheus.c
include/haproxy/applet.h
src/activity.c
src/applet.c
src/cache.c
src/cli.c
src/debug.c
src/dns.c
src/flt_spoe.c
src/hlua.c
src/http_client.c
src/log.c
src/map.c
src/mworker.c
src/peers.c
src/proxy.c
src/ring.c
src/sink.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/stats.c
src/stick_table.c
src/stream.c