OpenVAS Scanner
5.1.3
|
#include <signal.h>
#include <unistd.h>
#include <errno.h>
#include <sys/wait.h>
#include <sys/socket.h>
#include <execinfo.h>
#include "log.h"
#include "sighand.h"
#include "utils.h"
#include "string.h"
#include <openvas/base/pidfile.h>
Go to the source code of this file.
Functions | |
void | let_em_die (int pid) |
void | make_em_die (int sig) |
void | sighand_chld (pid_t pid) |
void | sighand_segv (int given_signal) |
Variables | |
void(*)(int) | openvas_signal (int signum, void(*handler)(int)) |
void let_em_die | ( | int | pid | ) |
Definition at line 44 of file sighand.c.
Referenced by make_em_die().
void make_em_die | ( | int | sig | ) |
Definition at line 53 of file sighand.c.
References let_em_die().
void sighand_chld | ( | pid_t | pid | ) |