OpenVAS Scanner
6.0.0~git
|
processes.c header. More...
#include <sys/types.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | process_func_t) (void *) |
Functions | |
pid_t | create_process (process_func_t, void *) |
Create a new process (fork). More... | |
int | terminate_process (pid_t) |
processes.c header.
typedef void(* process_func_t) (void *) |
pid_t create_process | ( | process_func_t | , |
void * | |||
) |
Create a new process (fork).
int terminate_process | ( | pid_t | ) |