]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] add a generic unbind_all_listeners() primitive
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2007 21:35:41 +0000 (22:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Nov 2007 21:42:49 +0000 (22:42 +0100)
commit3acf8c3da849268a955d985630405c0d2fb2fff2
treeb65e47b5a3fbf35cdf9ee6bef37d8a2b46e48035
parent1a64d16720648ed918608536c5124dba1a34fdbf
[MINOR] add a generic unbind_all_listeners() primitive

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