]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] add a generic unbind_listener() primitive
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2007 21:13:50 +0000 (22:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Nov 2007 21:42:49 +0000 (22:42 +0100)
commitb648d6383bd9bad23d87317016d5ef703672a9c7
tree1ee64cf10284c639affff055f7a418c6c062e69b
parent8eebe5ea40177e7343eab7cf4178b8b845d74758
[MINOR] add a generic unbind_listener() primitive

Most protocols will be able to share a single unbind_listener()
primitive. Provided it in protocols.c.
include/proto/protocols.h
src/protocols.c