commit | f5a885fd28fd633453c906d5899f580d94d4ba14 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Oct 04 14:22:18 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 04 14:22:18 2009 +0200 |
tree | 208e6415c0c9f3596d60826b34589d5a01b85b0d | |
parent | 24955a100044695c8d40439aad7c75a9d8ab348f [diff] |
[MEDIUM] stats: don't use s->ana_state anymore The stats handler used to store internal states in s->ana_state. Now we only rely on si->st0 in which we can store as many states as we have possible outputs. This cleans up the stats code a lot and makes it more maintainable. It has also reduced code size by a few hundred bytes.