GNUnet 0.21.2
GNUNET_SIGNAL_Context Struct Reference
Collaboration diagram for GNUNET_SIGNAL_Context:
[legend]

Data Fields

struct GNUNET_SIGNAL_Contextnext
 
struct GNUNET_SIGNAL_Contextprev
 
int sig
 
GNUNET_SIGNAL_Handler method
 
struct sigaction oldsig
 

Detailed Description

Definition at line 34 of file signal.c.

Field Documentation

◆ next

struct GNUNET_SIGNAL_Context* GNUNET_SIGNAL_Context::next

Definition at line 36 of file signal.c.

◆ prev

struct GNUNET_SIGNAL_Context* GNUNET_SIGNAL_Context::prev

Definition at line 38 of file signal.c.

◆ sig

int GNUNET_SIGNAL_Context::sig

Definition at line 40 of file signal.c.

Referenced by GNUNET_SIGNAL_raise().

◆ method

◆ oldsig

struct sigaction GNUNET_SIGNAL_Context::oldsig

Definition at line 44 of file signal.c.


The documentation for this struct was generated from the following file: