CLEANUP: connection: remove the handle field from the wait_event struct
authorWilly Tarreau <w@1wt.eu>
Mon, 13 May 2019 16:27:59 +0000 (18:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 May 2019 17:14:52 +0000 (19:14 +0200)
commit8bdb5c9bb4bd499e4c9f55e5991ad7cd2d2ad7f4
treeb78ae6b79e2c402bcc26d443c7c66f4dfb3c4bf8
parent88bdba31fa697f879941dc8acfc0e76c76800511
CLEANUP: connection: remove the handle field from the wait_event struct

It was only set and not consumed after the previous change. The reason
is that the task's context always contains the relevant information,
so there is no need for a second pointer.
include/types/connection.h
src/mux_h1.c
src/mux_h2.c