]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] stream_interface: use inline functions to manipulate targets
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Mar 2011 13:03:36 +0000 (14:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Mar 2011 22:32:17 +0000 (23:32 +0100)
commit9e000c6ec8820c2eb1c289c03fac35b1bbda1503
tree861b90f11f45a7ce3067f1d255e65d5aa0eeece7
parent3d80d911aa468d5d1be66692002e2b1b18f8fbe8
[CLEANUP] stream_interface: use inline functions to manipulate targets

The connection target involves a type and a union of pointers, let's
make the code cleaner using simple wrappers.
include/proto/stream_interface.h
src/backend.c
src/checks.c
src/peers.c
src/proto_http.c
src/queue.c
src/session.c
src/stream_interface.c