MINOR: fd: move .et_possible into fdtab[].state
authorWilly Tarreau <w@1wt.eu>
Tue, 6 Apr 2021 16:05:48 +0000 (18:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Apr 2021 16:09:43 +0000 (18:09 +0200)
commit5362bc90442a729e0652d514a95e104508ecb811
treebb2ea1d2e344bbabf899d01c0580d9dc0587b3e4
parent0cc612818d05c2b4f884c03094cf2858e4389827
MINOR: fd: move .et_possible into fdtab[].state

No need to keep this flag apart any more, let's merge it into the global
state.
include/haproxy/fd-t.h
include/haproxy/fd.h
src/ev_epoll.c