OpenVAS Scanner
7.0.0~git
|
Structure to represent a process in the sense of a running NVT. More...
Data Fields | |
struct scheduler_plugin * | plugin |
struct timeval | start |
pid_t | pid |
int | timeout |
Structure to represent a process in the sense of a running NVT.
Definition at line 62 of file pluginlaunch.c.
pid_t running::pid |
struct scheduler_plugin* running::plugin |
Definition at line 64 of file pluginlaunch.c.
Referenced by plugin_launch(), pluginlaunch_stop(), and update_running_processes().
struct timeval running::start |
Definition at line 65 of file pluginlaunch.c.
Referenced by update_running_processes().
int running::timeout |
Timeout after which to kill process (NVT preference). If -1, never kill. it
Definition at line 67 of file pluginlaunch.c.
Referenced by plugin_launch(), timeout_running_processes(), and update_running_processes().