The table of all EpollEventInterest.
This tracks, for each file description, which epoll instances have an interest in events
for this file description. The FdId is the ID of the epoll instance, so that we can recognize
it later when it is slated for removal. The vector is sorted by that ID.
Call this when the interests denoted by for_each_interest have their active event set changed
to active_events. The list is provided indirectly via the for_each_interest closure, which
will call its argument closure for each relevant interest.