MINOR: checks: rename the state flags
authorWilly Tarreau <w@1wt.eu>
Wed, 11 Dec 2013 18:41:16 +0000 (19:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 14 Dec 2013 15:02:19 +0000 (16:02 +0100)
commit2c115e50472766a3c8b9afbc665982505a613c68
tree3a0f8114198836a531aabe342684c604cc5ca299
parent6aaa1b87cfce4a5bf03b5f235fdb18a89baa37ca
MINOR: checks: rename the state flags

The flag CHK_STATE_RUNNING is misleading as one may believe it means
the state is enabled (just like SRV_RUNNING). Let's rename these two
flags CHK_ST_INPROGRESS and CHK_ST_DISABLED.
include/types/checks.h
src/checks.c
src/dumpstats.c