]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[REORG] session: move client and server address to the stream interface
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Mar 2011 16:42:23 +0000 (17:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Mar 2011 22:32:14 +0000 (23:32 +0100)
commit957c0a5845baa2fd01f77d1cdb45662204f39a74
tree464376dcd5cc333e7e935e983674ec1e7c89bb5d
parentbe5ea1918884c7a31e210219f8b42d8fc99549f8
[REORG] session: move client and server address to the stream interface

This will be needed very soon for the keep-alive.
include/proto/proto_tcp.h
include/types/session.h
include/types/stream_interface.h
src/backend.c
src/dumpstats.c
src/frontend.c
src/log.c
src/peers.c
src/proto_http.c
src/proto_tcp.c
src/session.c