]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel: make the channel be a const in all {ci,co}_get* functions
authorWilly Tarreau <w@1wt.eu>
Thu, 19 Oct 2017 12:58:40 +0000 (14:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Oct 2017 13:01:08 +0000 (15:01 +0200)
commit41ab86898e4e14b61fd2e1a35effdff9ab4fb4a2
treed1a7bef78c25d35a34f7706f173fed0959af4b6c
parent6b3f353bcfdc136eda68a03b5b63a3798911129b
MINOR: channel: make the channel be a const in all {ci,co}_get* functions

There's no point having the channel marked writable as these functions
only extract data from the channel. The code was retrieved from their
ci/co ancestors.
include/proto/channel.h
src/channel.c