commit | b4c083f5bfd3a7f35132313d6f6bb07b4e1772f8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 07 15:36:16 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 09 11:27:30 2020 +0200 |
tree | b5c583c80caf639191c248820c43fbad76393dd4 | |
parent | 4b51f4289940c531eb119f16b4c342d2b25baa42 [diff] |
MINOR: listeners: split delete_listener() in two versions We'll need an already locked variant of this function so let's make __delete_listener() which will be called with the protocol lock held and the listener's lock held.