]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] add a generic delete_listener() primitive
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2007 21:26:05 +0000 (22:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Nov 2007 21:42:49 +0000 (22:42 +0100)
commit1a64d16720648ed918608536c5124dba1a34fdbf
tree620da856e5f9a2faa513c40b7ece99aedaf9f6f4
parentb648d6383bd9bad23d87317016d5ef703672a9c7
[MINOR] add a generic delete_listener() primitive

Most protocols will be able to share a single delete_listener()
primitive. Provide it in protocols.c, and remove the specific
version from proto_uxst.
include/proto/proto_uxst.h
include/proto/protocols.h
src/proto_uxst.c
src/protocols.c