MEDIUM: connection: merge the send_wait and recv_wait entries
authorWilly Tarreau <w@1wt.eu>
Fri, 10 Jan 2020 06:06:05 +0000 (07:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Jan 2020 17:30:36 +0000 (18:30 +0100)
commit7872d1fc153035e89b63fc8ec84462f323484089
treeba938323d32460976ad9c7c71b83bd5d1e91cbc5
parent062df2c23ab509b507484e3e9bcf232699077fd8
MEDIUM: connection: merge the send_wait and recv_wait entries

In practice all callers use the same wait_event notification for any I/O
so instead of keeping specific code to handle them separately, let's merge
them and it will allow us to create new events later.
include/proto/connection.h
include/types/connection.h
src/connection.c
src/mux_pt.c