]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: counters: factor out smp_fetch_sc*_kbytes_in
authorWilly Tarreau <w@1wt.eu>
Tue, 23 Jul 2013 15:17:10 +0000 (17:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Aug 2013 19:17:14 +0000 (21:17 +0200)
commit5077d4b261764f70584c9a5249816e26c7de8fe1
tree7cebae1dcfe1aec8ca024fd80cb7bb92c0df21c3
parent9daf262c8815a650de752d05aabcb049933fc809
MEDIUM: counters: factor out smp_fetch_sc*_kbytes_in

smp_fetch_sc0_kbytes_in, smp_fetch_sc1_kbytes_in, smp_fetch_sc2_kbytes_in,
smp_fetch_src_kbytes_in and smp_fetch_kbytes_in were merged into a single
function which relies on the fetch name to decide what to return.
src/session.c