Type Definition gnunet_sys::GNUNET_HELPER_ExceptionCallback[][src]

type GNUNET_HELPER_ExceptionCallback = Option<unsafe extern "C" fn(cls: *mut c_void)>;

Callback that will be called when the helper process dies. This is not called when the helper process is stopped using GNUNET_HELPER_stop()

@param cls the closure from GNUNET_HELPER_start()