Functions related to signals. More...
Go to the source code of this file.
Typedefs | |
typedef void(* | GNUNET_SIGNAL_Handler) (void) |
A signal handler. More... | |
Functions | |
struct GNUNET_SIGNAL_Context * | GNUNET_SIGNAL_handler_install (int signal, GNUNET_SIGNAL_Handler handler) |
Install a signal handler that will be run if the given signal is received. More... | |
void | GNUNET_SIGNAL_handler_uninstall (struct GNUNET_SIGNAL_Context *ctx) |
Uninstall a previously installed signal handler. More... | |
void | GNUNET_SIGNAL_raise (const int sig) |
Raise the given signal by calling the installed signal handlers. More... | |
Functions related to signals.
Definition in file gnunet_signal_lib.h.