Module miri::shims::unix::linux::fd::epoll

source ·

Structs§

  • An Epoll file descriptor connects file handles and epoll events
  • Epoll Events associate events with data. These fields are currently unused by miri. This matches the epoll_event struct defined by the epoll_ctl man page. For more information see the man page: