|
OpenVAS Scanner 22.7.9
|
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 51 of file pluginlaunch.c.
| pid_t running::pid |
| struct scheduler_plugin* running::plugin |
Definition at line 53 of file pluginlaunch.c.
Referenced by plugin_launch(), pluginlaunch_stop(), and update_running_processes().
| struct timeval running::start |
Definition at line 54 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 56 of file pluginlaunch.c.
Referenced by plugin_launch(), timeout_running_processes(), and update_running_processes().