]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Nov 2014 10:11:05 +0000 (11:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2015 19:41:46 +0000 (20:41 +0100)
commit2bb4a96f8fee0d57c74bc9a43430224b9bc72887
treef667f902f0feffb1d808063dc9cb1b4071a1bd91
parenta27dc19edadd5f5d5d5a9cc9df5618d23ac2a2e6
REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels

We'll soon remove direct references to the channels from the stream
interface since everything belongs to the same session, so let's
first not dereference si->ib / si->ob anymore and use macros instead.
include/proto/stream_interface.h
src/dumpstats.c
src/hlua.c
src/peers.c
src/proto_http.c
src/session.c
src/stream_interface.c