]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: counters: factor out smp_fetch_sc*_conn_cnt
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Jul 2013 22:22:50 +0000 (00:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Aug 2013 19:17:13 +0000 (21:17 +0200)
commit3b46c5c47d454172fa693cf9dd75dd168dc2cf57
tree3d7630e7b910c960753318902da9455ec1a5fef2
parentb9f441d2c05927090491496b4596cacdb7099d32
MEDIUM: counters: factor out smp_fetch_sc*_conn_cnt

smp_fetch_sc0_conn_cnt, smp_fetch_sc1_conn_cnt, smp_fetch_sc2_conn_cnt,
smp_fetch_src_conn_cnt and smp_fetch_conn_cnt were merged into a single
function which relies on the fetch name to decide what to return.
src/session.c