]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[REORG] tcp: make tcpv4_connect_server() take the target address from the SI
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Mar 2011 17:27:32 +0000 (18:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Mar 2011 22:32:15 +0000 (23:32 +0100)
commitf153686a7101432de2df8befab6264e82962d9c1
treed4f2d62e21d34a679a82f951a569c9da5e9f3fae
parent957c0a5845baa2fd01f77d1cdb45662204f39a74
[REORG] tcp: make tcpv4_connect_server() take the target address from the SI

The address is now available in the stream interface, no need to pass it by
argument.
include/proto/proto_tcp.h
include/types/stream_interface.h
src/backend.c
src/proto_tcp.c