]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: counters: factor out smp_fetch_sc*_bytes_out_rate
authorWilly Tarreau <w@1wt.eu>
Tue, 23 Jul 2013 16:26:32 +0000 (18:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Aug 2013 19:17:14 +0000 (21:17 +0200)
commita0b68eddef149fd4ba26a26d6e25d34692478bfd
tree55fb876d79889e46f531a192901434bf1f712a7a
parent53aea10fe9835e59c40cb4aef29ff32b95e82e97
MEDIUM: counters: factor out smp_fetch_sc*_bytes_out_rate

smp_fetch_sc0_bytes_out_rate, smp_fetch_sc1_bytes_out_rate, smp_fetch_sc2_bytes_out_rate,
smp_fetch_src_bytes_out_rate and smp_fetch_bytes_out_rate were merged into a single
function which relies on the fetch name to decide what to return.
src/session.c