]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] added a new state to listeners
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2007 20:59:24 +0000 (21:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Nov 2007 21:42:48 +0000 (22:42 +0100)
commitdabf2e2647de2825b0115b68575a55f978d257c4
treefb34a29eddbb9651a0d6d49fe14d6a9dd3331183
parent6fb42e0694a253e1231b6699c544bef60649048a
[MAJOR] added a new state to listeners

There was a missing state for listeners, when they are not listening
but still attached to the protocol. The LI_ASSIGNED state was added
for this purpose. This permitted to clean up the assignment/release
workflow quite a bit. Generic enable/enable_all/disable/disable_all
primitives were added, and a disable_all entry was added to the
struct protocol.
include/proto/proto_uxst.h
include/proto/protocols.h
include/types/protocols.h
src/proto_uxst.c
src/protocols.c