commit | a94d2d76532bd2192e28b493e12c75539449268d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jul 08 15:38:15 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 15:40:21 2013 +0100 |
tree | ef119d7d056a3b8b879b81d7a74f4332d3a7d2d6 | |
parent | 08382955fe3f2813cb6458950d1fdd951a66c082 [diff] |
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.