]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: checks: rename some server check flags
authorWilly Tarreau <w@1wt.eu>
Fri, 23 Nov 2012 10:32:12 +0000 (11:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Nov 2012 10:32:12 +0000 (11:32 +0100)
commitd3aac7088e2c023c421f0c68da76254e47130762
tree482d33d0b4b3e1307d8b0b7e421c1800ee2c4f2c
parente6d9702e7e4fda7de6c14c3b5862471924d34793
CLEANUP: checks: rename some server check flags

Some server check flag names were not properly choosen and cause
analysis trouble, especially the CHK_RUNNING one which does not
mean that a check is running but that the server is running...

Here's the rename :
  CHK_RUNNING -> CHK_PASSED
  CHK_ERROR   -> CHK_FAILED
include/types/server.h
src/checks.c