OpenVAS Scanner  7.0.0~git
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 62 of file pluginlaunch.c.

Field Documentation

◆ pid

pid_t running::pid

Process ID.

Definition at line 66 of file pluginlaunch.c.

Referenced by plugin_launch().

◆ plugin

struct scheduler_plugin* running::plugin

Definition at line 64 of file pluginlaunch.c.

Referenced by plugin_launch(), pluginlaunch_stop(), and update_running_processes().

◆ start

struct timeval running::start

Definition at line 65 of file pluginlaunch.c.

Referenced by update_running_processes().

◆ timeout

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().


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