Function gnunet_sys::GNUNET_OS_process_status[][src]

pub unsafe extern "C" fn GNUNET_OS_process_status(
    proc_: *mut GNUNET_OS_Process,
    type_: *mut GNUNET_OS_ProcessStatusType,
    code: *mut c_ulong
) -> c_int

Retrieve the status of a process. Nonblocking version.

@param proc pointer to process structure @param type status type @param code return code/signal number @return #GNUNET_OK on success, #GNUNET_NO if the process is still running, #GNUNET_SYSERR otherwise