]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 27 Aug 2012 21:14:58 +0000 (23:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:33 +0000 (20:47 +0200)
commit03cdb7c67812c74c4ecc066092e8c04c54d1e36f
tree68c526d402ee4b6976a4069e77e81b17518899e5
parentaf81935b8296346705df2489f1d601bf570ec40e
CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_

Get rid of these confusing BF_* flags. Now channel naming should clearly
be used everywhere appropriate.

No code was changed, only a renaming was performed. The comments about
channel operations was updated.
include/proto/channel.h
include/types/channel.h
src/channel.c
src/dumpstats.c
src/frontend.c
src/peers.c
src/proto_http.c
src/proto_tcp.c
src/proxy.c
src/session.c
src/stream_interface.c