]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: cli: move "clear counters" to stats.c
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Nov 2016 10:02:40 +0000 (11:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:59:28 +0000 (16:59 +0100)
commit89d467c10585d2cf8eb75adde3f094670969c697
treee170a4c102cbf1f9f1713530a93f6647371f8265
parent599852eade63c7bf4e146aeb9644f158e4a15cdb
REORG: cli: move "clear counters" to stats.c

This command is only used to clear stats. It now relies on cli_has_level()
to validate the permissions.
src/cli.c
src/stats.c