Adds a file descriptor to the epoll instance.
impl Epoll { fn add<T>(&self, fd: &T, flags: PollFlags) -> Result<(), Errno> where T: FDContainer, }
The file descriptor to add.
The flags to be set.