]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG/MAJOR: use "struct channel" instead of "struct buffer"
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 2 Jul 2012 13:11:27 +0000 (15:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:54:55 +0000 (21:54 +0200)
commit7421efb85fb3d87f9265071949d0d5e8bfc431e7
tree1f488e7ecbf9bc6539298315dd028757895c9856
parent9bf9c14c12ea3f5f0cfd407d043d248d01167dd0
REORG/MAJOR: use "struct channel" instead of "struct buffer"

This is a massive rename. We'll then split channel and buffer.

This change needs a lot of cleanups. At many locations, the parameter
or variable is still called "buf" which will become ambiguous. Also,
the "struct channel" is still defined in buffers.h.
19 files changed:
include/proto/backend.h
include/proto/buffers.h
include/proto/frontend.h
include/proto/proto_http.h
include/proto/proto_tcp.h
include/types/buffers.h
include/types/proto_http.h
include/types/session.h
include/types/stream_interface.h
src/acl.c
src/backend.c
src/buffers.c
src/dumpstats.c
src/frontend.c
src/proto_http.c
src/proto_tcp.c
src/session.c
src/sock_raw.c
src/stream_interface.c