pomp_loop_watchdog_disable

Function pomp_loop_watchdog_disable 

Source
pub unsafe extern "C" fn pomp_loop_watchdog_disable(
    loop_: *mut pomp_loop,
) -> c_int
Expand description

Disable the watchdog on the loop. @param loop : loop. @return 0 in case of success, negative errno value in case of error.