OpenVAS Scanner  5.1.3
attack_start_args Struct Reference
Collaboration diagram for attack_start_args:
Collaboration graph

Data Fields

struct arglist * globals
 
plugins_scheduler_t sched
 
int thread_socket
 
int parent_socket
 
kb_t * net_kb
 
openvas_host_t * host
 

Detailed Description

Bundles information about target(s), configuration (globals arglist) and scheduler.

Definition at line 83 of file attack.c.

Field Documentation

◆ globals

struct arglist* attack_start_args::globals

Definition at line 85 of file attack.c.

◆ host

openvas_host_t* attack_start_args::host

Definition at line 90 of file attack.c.

◆ net_kb

kb_t* attack_start_args::net_kb

Definition at line 89 of file attack.c.

◆ parent_socket

int attack_start_args::parent_socket

Definition at line 88 of file attack.c.

◆ sched

plugins_scheduler_t attack_start_args::sched

Definition at line 86 of file attack.c.

◆ thread_socket

int attack_start_args::thread_socket

Definition at line 87 of file attack.c.


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