|
OpenVAS Scanner 23.40.3
|
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 |
Process ID.
Definition at line 55 of file pluginlaunch.c.
| struct scheduler_plugin* running::plugin |
Definition at line 53 of file pluginlaunch.c.
| struct timeval running::start |
Definition at line 54 of file pluginlaunch.c.
| int running::timeout |
Timeout after which to kill process (NVT preference). If -1, never kill. it
Definition at line 56 of file pluginlaunch.c.