Data Fields | |
struct GNUNET_SIGNAL_Context * | next |
struct GNUNET_SIGNAL_Context * | prev |
int | sig |
GNUNET_SIGNAL_Handler | method |
struct sigaction | oldsig |
struct GNUNET_SIGNAL_Context* GNUNET_SIGNAL_Context::next |
struct GNUNET_SIGNAL_Context* GNUNET_SIGNAL_Context::prev |
int GNUNET_SIGNAL_Context::sig |
Definition at line 40 of file signal.c.
Referenced by GNUNET_SIGNAL_raise().
GNUNET_SIGNAL_Handler GNUNET_SIGNAL_Context::method |
Definition at line 42 of file signal.c.
Referenced by httpdomain.httpdomain.HTTPXRefRole::__init__(), httpdomain.httpdomain.HTTPResource::add_target_and_index(), httpdomain.httpdomain.HTTPResource::handle_signature(), and httpdomain.httpdomain.HTTPXRefRole::process_link().