suricata
util-signal.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int UtilSignalBlock (int)
 
int UtilSignalUnblock (int)
 
void UtilSignalHandlerSetup (int, void(*handler)(int))
 

Detailed Description

Function Documentation

◆ UtilSignalBlock()

int UtilSignalBlock ( int  )

Definition at line 29 of file util-signal.c.

Referenced by InitGlobal().

Here is the caller graph for this function:

◆ UtilSignalHandlerSetup()

void UtilSignalHandlerSetup ( int  ,
void(*)(int)  handler 
)

Definition at line 60 of file util-signal.c.

Referenced by InitGlobal().

Here is the caller graph for this function:

◆ UtilSignalUnblock()

int UtilSignalUnblock ( int  )

Definition at line 46 of file util-signal.c.