Function gnunet_sys::GNUNET_SIGNAL_raise[][src]

pub unsafe extern "C" fn GNUNET_SIGNAL_raise(sig: c_int)

Raise the given signal by calling the installed signal handlers. This will not use the @em raise() system call but only calls the handlers registered through GNUNET_SIGNAL_handler_install().

@param sig the signal to raise