pomp_evt_clear

Function pomp_evt_clear 

Source
pub unsafe extern "C" fn pomp_evt_clear(event: *mut pomp_evt) -> c_int
Expand description

Clear an event.

The fd associated with the pomp_evt will no longer be readable.

@param evt : event. @return 0 in case of success, negative errno value in case of error.