]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG/MINOR: stream_interface: move si->fd to struct connection
authorWilly Tarreau <w@1wt.eu>
Mon, 21 May 2012 14:47:54 +0000 (16:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 May 2012 14:47:54 +0000 (16:47 +0200)
commitfb7508aefb6842948ce72d3f236b1f99e6df33b8
treefd7d5383f85b1e885497e81ec0165e2594070953
parent73b013b070ddfe8d38e20c52a5d836e3f2be1838
REORG/MINOR: stream_interface: move si->fd to struct connection

The socket fd is used only when in socket mode and with a connection.
include/proto/stream_interface.h
include/types/stream_interface.h
src/dumpstats.c
src/frontend.c
src/peers.c
src/proto_http.c
src/proto_tcp.c
src/session.c
src/sock_raw.c