|
OpenVAS Scanner
5.1.3
|

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) |
| typedef void(* process_func_t) (void *) |
Definition at line 31 of file processes.h.
| pid_t create_process | ( | process_func_t | , |
| void * | |||
| ) |
Create a new process (fork).
Definition at line 77 of file processes.c.
Referenced by nasl_plugin_launch().

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