]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pollers: move polled_mask outside of struct fdtab.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 26 Apr 2018 12:23:07 +0000 (14:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 6 May 2018 04:27:34 +0000 (06:27 +0200)
commitcb92f5cae4491f7e7c5b2ec8d83003f2d32cf46e
treedad018a6f898f266cf3797dbde517d6e5d05a7cc
parent6b96f7289c2f401deef4bdc6e20792360807dde4
MINOR: pollers: move polled_mask outside of struct fdtab.

The polled_mask is only used in the pollers, and removing it from the
struct fdtab makes it fit in one 64B cacheline again, on a 64bits machine,
so make it a separate array.
include/proto/fd.h
include/types/fd.h
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/fd.c