]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: freq_ctr: make arguments of freq_ctr_total() const
authorWilly Tarreau <w@1wt.eu>
Wed, 28 Apr 2021 15:44:37 +0000 (17:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 28 Apr 2021 15:44:37 +0000 (17:44 +0200)
commitb4476c6a8c27c790aa9ee8636ccaeadcf1b42999
tree65e7a69451b5e2d85a1152c9dd6aacd0864763ff
parentfe16126accdc7cc7f289d759a281d967c7eafbee
CLEANUP: freq_ctr: make arguments of freq_ctr_total() const

freq_ctr_total() doesn't modify the freq counters, it should take a
const argument.
include/haproxy/freq_ctr.h
src/freq_ctr.c