commit | dabf2e2647de2825b0115b68575a55f978d257c4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Oct 28 21:59:24 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 04 22:42:48 2007 +0100 |
tree | fb34a29eddbb9651a0d6d49fe14d6a9dd3331183 | |
parent | 6fb42e0694a253e1231b6699c544bef60649048a [diff] |
[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.