commit | a135ea63a6ac8a21facc2fe69817d40e1c0bbb83 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 21 16:26:19 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 28 07:42:29 2020 +0100 |
tree | 59b521c6895056e10452294a0ff44e3a55567d06 | |
parent | f80fe832b1478ab7ef5dfd9736e8b2360943e369 [diff] |
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.