]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: rename cs_utils.h to sc_strm.h
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 07:25:10 +0000 (09:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit5edca2f0e14889bc1f2a84caacbf6a84d63ff874
tree5d6829931523c4ebeeb47129513e9933c8da4507
parenta448227ba1ea986aba4c4ea724c5aacd651c23f2
REORG: rename cs_utils.h to sc_strm.h

This file contains all the stream-connector functions that are specific
to application layers of type stream. So let's name it accordingly so
that it's easier to figure what's located there.

The alphabetical ordering of include files was preserved.
40 files changed:
addons/promex/service-prometheus.c
include/haproxy/applet.h
include/haproxy/sc_strm.h [moved from include/haproxy/cs_utils.h with 98% similarity]
src/activity.c
src/applet.c
src/backend.c
src/cache.c
src/cli.c
src/conn_stream.c
src/connection.c
src/debug.c
src/dns.c
src/flt_spoe.c
src/frontend.c
src/hlua.c
src/http_act.c
src/http_ana.c
src/http_client.c
src/http_fetch.c
src/log.c
src/map.c
src/mux_fcgi.c
src/mworker.c
src/peers.c
src/pool.c
src/proxy.c
src/resolvers.c
src/ring.c
src/server.c
src/sink.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/ssl_sock.c
src/stats.c
src/stick_table.c
src/stream.c
src/tcp_act.c
src/tcp_rules.c
src/tcp_sample.c
src/tools.c