|
OpenVAS Scanner
5.1.3
|
#include <signal.h>#include <sys/wait.h>#include <unistd.h>#include <errno.h>#include <time.h>#include <string.h>#include <stdlib.h>#include <setjmp.h>#include "processes.h"#include "sighand.h"#include "log.h"
Go to the source code of this file.
Functions | |
| int | terminate_process (pid_t pid) |
| pid_t | create_process (process_func_t function, void *argument) |
| Create a new process (fork). More... | |
| pid_t create_process | ( | process_func_t | function, |
| void * | argument | ||
| ) |
Create a new process (fork).
Definition at line 77 of file processes.c.
Referenced by nasl_plugin_launch().

| int terminate_process | ( | pid_t | pid | ) |
Definition at line 43 of file processes.c.
Referenced by loading_handler_stop().
