]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: fd: move .cloned into fdtab[].state
authorWilly Tarreau <w@1wt.eu>
Tue, 6 Apr 2021 15:53:33 +0000 (17:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Apr 2021 16:08:29 +0000 (18:08 +0200)
commit030dae13a01f8dc8e40427f3c156e8ad7b0cec47
tree8c1cfc1c76f21d571404d2383c37d955904c536e
parentb41a6e910139b9eb25930696944f4f1738b5525f
MINOR: fd: move .cloned 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/cli.c
src/ev_epoll.c
src/fd.c