commit | 61fe6c0adbb09bd7bad41470abcb9cf563131b0a | [log] [tgz] |
---|---|---|
author | Thierry Fournier <tfournier@arpalert.org> | Fri Mar 25 08:21:21 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 30 17:26:09 2016 +0200 |
tree | 796845e1b0de700ce796c89cb95df6caa79c14c9 | |
parent | c4456856b0c8679225a50bad00ffe683f0e84e4a [diff] |
MINOR: dumpstats: split stats_dump_sv_stats() in two parts This patch splits the function stats_dump_sv_stats() in two parts. The extracted part is called stats_fill_sv_stats(), and just fill the stats buffer. This split allows the usage of preformated stats in other parts of HAProxy like the Lua.