]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: fd: make fdtab->owner a connection and not a stream_interface anymore
authorWilly Tarreau <wtarreau@exceliance.fr>
Fri, 6 Jul 2012 12:54:49 +0000 (14:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:51:28 +0000 (21:51 +0200)
commit8018471f44ead9566114df1f004f500ed1d7dd75
treeab9a27724eaf7379c0b4fffe5493531f7bf3e3db
parentd2274c6536856d1ad9d32e534cdc046ad5eeeba2
MINOR: fd: make fdtab->owner a connection and not a stream_interface anymore

It is more convenient with a connection here and will abstract stream_interface
more easily.
include/types/fd.h
src/connection.c
src/proto_tcp.c
src/session.c
src/sock_raw.c