]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: sock_raw: rename the files raw_sock*
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 20 Aug 2012 15:01:35 +0000 (17:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:54:56 +0000 (21:54 +0200)
commit75bf2c925fa28c280a52715be2fd5e3ea22a9174
tree761f41c770c41be5f3215fddd9a901c712a9094c
parent3af56a93593f8648044cde9b93c0b60e0fdc58d7
REORG: sock_raw: rename the files raw_sock*

The "raw_sock" prefix will be more convenient for naming functions as
it will be prefixed with the data layer and suffixed with the data
direction. So let's rename the files now to avoid any further confusion.

The #include directive was also removed from a number of files which do
not need it anymore.
17 files changed:
Makefile
Makefile.bsd
Makefile.osx
include/proto/raw_sock.h [moved from include/proto/sock_raw.h with 86% similarity]
src/backend.c
src/cfgparse.c
src/dumpstats.c
src/frontend.c
src/haproxy.c
src/log.c
src/peers.c
src/proto_http.c
src/proto_tcp.c
src/proto_uxst.c
src/raw_sock.c [moved from src/sock_raw.c with 99% similarity]
src/session.c
src/stream_interface.c