]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: fd: remove some unneeded definitions of FD_EV_* flags
authorWilly Tarreau <w@1wt.eu>
Fri, 21 Feb 2020 15:26:19 +0000 (16:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Feb 2020 06:42:29 +0000 (07:42 +0100)
commita135ea63a6ac8a21facc2fe69817d40e1c0bbb83
tree59b521c6895056e10452294a0ff44e3a55567d06
parentf80fe832b1478ab7ef5dfd9736e8b2360943e369
CLEANUP: fd: remove some unneeded definitions of FD_EV_* flags

There's no point in trying to be too generic for these flags as the
read and write sides will soon differ a bit. Better explicitly define
the flags for each direction without trying to be direction-agnostic.
this clarifies the code and removes some defines.
include/types/fd.h