]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: cli: rename STAT_CLI_* to CLI_ST_*
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 14:53:53 +0000 (15:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:59:28 +0000 (16:59 +0100)
commit3b6e547be8e3177d6463cdd1b2df05da9959db8b
tree17063b648ecac42d560c44edebf23212d62288e4
parent45c742be05232dc115f80c24ac169f080bbfaa12
CLEANUP: cli: rename STAT_CLI_* to CLI_ST_*

These are in CLI states, not stats states anymore. STAT_CLI_O_CUSTOM
was more appropriately renamed CLI_ST_CALLBACK.
include/types/applet.h
include/types/cli.h
src/cli.c
src/dns.c
src/map.c
src/proxy.c
src/server.c
src/ssl_sock.c
src/stick_table.c
src/stream.c