]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: make the status reporting function support a reason
authorWilly Tarreau <w@1wt.eu>
Tue, 20 May 2014 19:55:30 +0000 (21:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 May 2014 12:29:11 +0000 (14:29 +0200)
commitbda92271e6efb9b9b5b04e40347202e4290a9b7c
treea21b849461fbcd3cdf72ceaac6f750eabed28f67
parent7b1d47ce1b28f33a8cae811fdbfec2ac85d7f196
MINOR: server: make the status reporting function support a reason

srv_adm_append_status() was renamed srv_append_status() since it's no
more dedicated to maintenance mode. It now supports a reason which if
not null is appended to the output string.
include/proto/server.h
src/server.c