]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Nov 2014 11:18:45 +0000 (12:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2015 19:41:46 +0000 (20:41 +0100)
commit4e4292b9af1a5bfb2e2791b6d3b0d5390ac62437
tree86963a6a8ced9958db56dae0f16007be92630ece
parent819d332dfdcdd516135ea6b95c324bc414168c9a
CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers

This makes the code cleaner and is more intuitive to use.
include/proto/stream_interface.h
src/dumpstats.c
src/hlua.c
src/peers.c
src/stream_interface.c