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.
This commit is contained in:
Willy Tarreau
2022-05-27 09:25:10 +02:00
parent a448227ba1
commit 5edca2f0e1
40 changed files with 45 additions and 45 deletions

View File

@@ -31,7 +31,6 @@
#include <haproxy/buf.h>
#include <haproxy/cli.h>
#include <haproxy/conn_stream.h>
#include <haproxy/cs_utils.h>
#include <haproxy/clock.h>
#include <haproxy/debug.h>
#include <haproxy/fd.h>
@@ -40,6 +39,7 @@
#include <haproxy/http_ana.h>
#include <haproxy/log.h>
#include <haproxy/net_helper.h>
#include <haproxy/sc_strm.h>
#include <haproxy/task.h>
#include <haproxy/thread.h>
#include <haproxy/time.h>