]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN)
authorWilly Tarreau <w@1wt.eu>
Mon, 25 Jul 2011 06:11:52 +0000 (08:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Jul 2011 06:11:52 +0000 (08:11 +0200)
commit562515cac175f4b89d02bf2a8a3a1db7fc593f29
tree0f05f9ee2dcb755cd7716d78c59068ffc6d78779
parentf3f8c70bd6fec32d1077b120d3a934a8659b2029
[CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN)

Those states have been replaced with PR_STFULL and PR_STREADY respectively,
as it is what matches them the best now. Also, two occurrences of PR_STIDLE
in peers.c have been removed as this did not provide any form of error recovery
anyway.
include/types/proxy.h
src/dumpstats.c
src/peers.c
src/proxy.c