]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Jul 2012 21:19:22 +0000 (23:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:51:25 +0000 (21:51 +0200)
commitdb3b32610f061b128401a23e83eae5e6b70a4a20
tree9d266657d2b0d2ac7444438c02a4d510c62877ff
parent801a0a353a29cfc7c91dcc93897531c9f2cbf62f
REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab

In an attempt to get rid of fdtab[].state, and to move the relevant
parts to the connection struct, we remove the FD_STCLOSE state which
can easily be deduced from the <owner> pointer as there is a 1:1 match.
include/types/fd.h
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/ev_sepoll.c
src/fd.c
src/haproxy.c
src/session.c