]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: fd: remove FD_POLL_DATA and FD_POLL_STICKY
authorWilly Tarreau <w@1wt.eu>
Tue, 6 Apr 2021 14:48:02 +0000 (16:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Apr 2021 13:08:40 +0000 (15:08 +0200)
commitfc0cdfb9b7f66de8c36ca819c03a8012223cc69a
tree6ad8cab244a349379a28a868694becb79d03d290
parent26754901e9338050339e00266ee0130a68f76eb9
CLEANUP: fd: remove FD_POLL_DATA and FD_POLL_STICKY

The former was not used and the second was used only as a positive mask
of the flags to keep instead of having the flags that are updated. Both
were removed in favor of a new FD_POLL_UPDT_MASK that only mentions the
updated flags. This will ease merging of state and ev later.
include/haproxy/fd-t.h
include/haproxy/fd.h