MINOR: stats: export function to allocate extra proxy counters
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 18 Mar 2021 14:48:14 +0000 (15:48 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 18 Mar 2021 14:52:07 +0000 (15:52 +0100)
commit216a1ce3b9e14b512d050a4a8bc8f3852c24dcd5
tree6dc3864f5fc02e869d9c48dcb04241796f99d86b
parent76e10e78bb213060976a39effc40caef546b4974
MINOR: stats: export function to allocate extra proxy counters

Remove static qualifier on stats_allocate_proxy_counters_internal. This
function will be used to allocate extra counters at runtime for dynamic
servers.
include/haproxy/stats.h
src/stats.c