]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: activity: rename confusing poll_* fields in the output
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Jun 2020 18:35:33 +0000 (20:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Jun 2020 18:35:33 +0000 (20:35 +0200)
commite406386542a00d91263f88bb4ae5aba0e46b2b0c
tree448395084c03d5aca59b745147c3ff42496719cb
parente545153c50b92d659e15ddabca697084c848a6ba
MINOR: activity: rename confusing poll_* fields in the output

We have poll_drop, poll_dead and poll_skip which are confusingly named
like their poll_io and poll_exp counterparts except that they are not
per poll() call but per-fd. This patch renames them to poll_drop_fd(),
poll_dead_fd() and poll_skip_fd() for this reason.
include/haproxy/activity-t.h
src/cli.c
src/ev_epoll.c
src/ev_evports.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c