CLEANUP: cli: rename the last few "stats_" to "cli_"
authorWilly Tarreau <w@1wt.eu>
Sat, 13 Mar 2021 10:00:33 +0000 (11:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Mar 2021 10:04:35 +0000 (11:04 +0100)
commit4975d1482f11e0499c09479461cdf10e034539b5
treeae38f87acd2da8dd034edb02ff44de4bc72734a7
parentf14c7570d6da32f0908c719caa3a19c07652df21
CLEANUP: cli: rename the last few "stats_" to "cli_"

There were still a very small list of functions, variables and fields
called "stats_" while they were really purely CLI-centric. There's the
frontend called "stats_fe" in the global section, which instantiates a
"cli_applet" called "<CLI>" so it was renamed "cli_fe".

The "alloc_stats_fe" function cas renamed to "cli_alloc_fe" which also
better matches the naming convention of all cli-specific functions.

Finally the "stats_permission_denied_msg" used to return an error on
the CLI was renamed "cli_permission_denied_msg".

Now there's no more "stats_something" that designates the CLI.
include/haproxy/global-t.h
src/cfgparse.c
src/cli.c
src/haproxy.c