]> git.kaiwu.me - haproxy.git/commit
MEDIUM: counters: factor out smp_fetch_sc*_gpc0_rate
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Jul 2013 21:47:07 +0000 (23:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Aug 2013 19:17:13 +0000 (21:17 +0200)
commitb5e0af0b6bd054b2919911aabee52e46c5ed30bb
treecfa8ad3c9b6ca55efcc3b8f8e8a34784e3d2870c
parent30b2046dfe8deb17e40d315dfa734274ce64f547
MEDIUM: counters: factor out smp_fetch_sc*_gpc0_rate

smp_fetch_sc0_gpc0, smp_fetch_sc1_gpc0, smp_fetch_sc2_gpc0,
smp_fetch_src_gpc0 and smp_fetch_gpc0 were merged into a single
function which relies on the fetch name to decide what to return.
src/session.c