]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream: move the listener's pointer to the session
authorWilly Tarreau <w@1wt.eu>
Fri, 3 Apr 2015 12:46:27 +0000 (14:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:23:57 +0000 (11:23 +0200)
commitfb0afa77c9d8960308adb417a81d0790435cd4cc
tree8996dd30ea905bb203688103c4bcdbbab30d101f
parentfeb764040dd13b679f62f4a2f230574533ac2842
MEDIUM: stream: move the listener's pointer to the session

The listener is session-specific, move it there.
12 files changed:
include/types/session.h
include/types/stream.h
src/dumpstats.c
src/frontend.c
src/hlua.c
src/listener.c
src/log.c
src/peers.c
src/proto_http.c
src/proto_tcp.c
src/proxy.c
src/stream.c