MINOR: fd: Don't forget to reset fdtab[fd].update when a fd is added/removed
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Jun 2017 14:55:03 +0000 (16:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Sep 2017 08:16:42 +0000 (10:16 +0200)
commitd531f88622490af3c740b4f2935ea5e46ff30c47
tree6ed7075ba6c5e03002262db3050d2f0ee5ec4b47
parentf5b8adc5c0e00c0b83439ded9822cb90fc0c51a2
MINOR: fd: Don't forget to reset fdtab[fd].update when a fd is added/removed

It used to be guaranteed by the polling functions on a later call but
with concurrent accesses it cannot be granted anymore.
include/proto/fd.h
src/fd.c