OpenVAS Scanner  6.0.0~git
Functions | Variables
sighand.h File Reference

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))
 

Detailed Description

headerfile for sighand.c.

Function Documentation

◆ let_em_die()

void let_em_die ( int  pid)

◆ make_em_die()

void make_em_die ( int  sig)

◆ sighand_chld()

void sighand_chld ( )

◆ sighand_segv()

void sighand_segv ( )

Variable Documentation

◆ openvas_signal

void(*)(int) openvas_signal(int signum, void(*handler)(int))