]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connection: make use of the control layer check_events/ignore_events
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 16:06:11 +0000 (17:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 16:06:11 +0000 (17:06 +0100)
commit746b0515a40ba790c47f5fd32c8cd954f5bbef5a
tree0588efb69c8cf81d27e9aeebba364dea8212df10
parent472125bc042482afbd70e754f730a5bcb937d7ff
MEDIUM: connection: make use of the control layer check_events/ignore_events

This changes the subscribe/unsubscribe functions to rely on the control
layer's check_events/ignore_events. At the moment only the socket version
of these functions is present so the code should basically be the same.
src/connection.c