]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: connection: move the target pointer from si to connection
authorWilly Tarreau <wtarreau@exceliance.fr>
Thu, 30 Aug 2012 13:49:18 +0000 (15:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:34 +0000 (20:47 +0200)
commit3cefd521facff1d6121e535da5d9ddb2730bf3d8
tree5fc1a2b590c5bded272cfc64f9359a530fd2b762
parent8263d2b259af7f51baf2f28f8dbd58cb6383caf2
REORG: connection: move the target pointer from si to connection

The target is per connection and is directly used by the connection, so
we need it there. It's not needed anymore in the SI however.
include/proto/connection.h
include/proto/stream_interface.h
include/types/connection.h
include/types/stream_interface.h
src/backend.c
src/dumpstats.c
src/peers.c
src/proto_http.c
src/proto_tcp.c
src/session.c
src/stream_interface.c