]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: remove now unused channel pool
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Nov 2014 21:10:04 +0000 (22:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2015 19:41:46 +0000 (20:41 +0100)
commita27dc19edadd5f5d5d5a9cc9df5618d23ac2a2e6
tree91057ae1ae86932c6f299936b06906fee7976338
parent22ec1eadd0144f46b9e4a42c946e78e77b88becc
CLEANUP: remove now unused channel pool

The channels are now part of the struct session. Their pool is
not needed anymore.
include/proto/channel.h
include/types/channel.h
src/channel.c
src/haproxy.c
src/hlua.c
src/session.c