]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stats: don't use conn->xprt_st anymore
authorWilly Tarreau <w@1wt.eu>
Mon, 8 Jul 2013 13:38:15 +0000 (15:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:21 +0000 (15:40 +0100)
commita94d2d76532bd2192e28b493e12c75539449268d
treeef119d7d056a3b8b879b81d7a74f4332d3a7d2d6
parent08382955fe3f2813cb6458950d1fdd951a66c082
MEDIUM: stats: don't use conn->xprt_st anymore

We're trying to move the applets out of the struct connection. So
let's remove the dependence on xprt_st and introduce si->applet.st2
to store the missing contextual data instead.
include/types/stream_interface.h
src/dumpstats.c
src/proto_http.c