]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: use STAT_F_* prefix for flags
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 22 Apr 2024 12:42:09 +0000 (14:42 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 22 Apr 2024 14:25:18 +0000 (16:25 +0200)
commit341bf913d478d80166f1e60d6ec7e309450032bb
tree683ff866ca7a7769560918a6ed52196acf8a4980
parente97375dcab4c4f2eab4c3d0583f78736203632e8
MINOR: stats: use STAT_F_* prefix for flags

Some flags are defined during statistics generation and output. They use
the prefix STAT_* which is also used for other purposes. Rename them
with the new prefix STAT_F_* to differentiate them from the other
usages.
include/haproxy/stats-t.h
src/cfgparse-listen.c
src/cfgparse.c
src/hlua_fcn.c
src/http_ana.c
src/stats-html.c
src/stats-json.c
src/stats.c
src/uri_auth.c