pub unsafe extern "C" fn pomp_loop_update(
loop_: *mut pomp_loop,
fd: c_int,
events: u32,
) -> c_intExpand description
Modify the set of events to monitor for a registered fd. @param loop : loop. @param fd : fd to modify. @param events : new events to monitor. @see pomp_fd_event. @return 0 in case of success, negative errno value in case of error.