OpenVAS Scanner
7.0.1~git
|
headerfile for sighand.c. More...
Go to the source code of this file.
Functions | |
void | sighand_chld () |
void | sighand_segv () |
void | let_em_die (int pid) |
void | make_em_die (int sig) |
Variables | |
void(*)(int) | openvas_signal (int signum, void(*handler)(int)) |
void let_em_die | ( | int | pid | ) |
Definition at line 40 of file sighand.c.
References pid.
Referenced by make_em_die().
void make_em_die | ( | int | sig | ) |
Definition at line 48 of file sighand.c.
References let_em_die().
Referenced by init_child_signal_handlers(), and sighand_segv().
void sighand_chld | ( | ) |
void sighand_segv | ( | ) |