MINOR: connections: Add a flag to know if we're in the safe or idle list.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 10 Mar 2020 17:04:37 +0000 (18:04 +0100)
committerOlivier Houchard <cognet@ci0.org>
Thu, 19 Mar 2020 21:07:33 +0000 (22:07 +0100)
commitd2489e00b040a181870338df64683b6f113cdbd2
tree71b682ad4dd476f52b715f4f3f451aeae01bc6aa
parentf0d4dff25cebe8d426491c3f00f1ae775235da8a
MINOR: connections: Add a flag to know if we're in the safe or idle list.

Add flags to connections, CO_FL_SAFE_LIST and CO_FL_IDLE_LIST, to let one
know we are in the safe list, or the idle list.
include/proto/server.h
include/types/connection.h
src/backend.c