OpenVAS Scanner 23.32.3
running Struct Reference

Structure to represent a process in the sense of a running NVT. More...

Collaboration diagram for running:
Collaboration graph

Data Fields

struct scheduler_pluginplugin
struct timeval start
pid_t pid
int timeout

Detailed Description

Structure to represent a process in the sense of a running NVT.

Definition at line 51 of file pluginlaunch.c.

Field Documentation

◆ pid

pid_t running::pid

Process ID.

Definition at line 55 of file pluginlaunch.c.

◆ plugin

struct scheduler_plugin* running::plugin

Definition at line 53 of file pluginlaunch.c.

◆ start

struct timeval running::start

Definition at line 54 of file pluginlaunch.c.

◆ timeout

int running::timeout

Timeout after which to kill process (NVT preference). If -1, never kill. it

Definition at line 56 of file pluginlaunch.c.


The documentation for this struct was generated from the following file: