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

Data Fields

struct scan_globalsglobals
 
kb_t host_kb
 
struct ipc_contextipc_context
 
plugins_scheduler_t sched
 
gvm_host_t * host
 

Detailed Description

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

Definition at line 73 of file attack.c.

Field Documentation

◆ globals

struct scan_globals* attack_start_args::globals

Definition at line 75 of file attack.c.

Referenced by attack_network(), and attack_start().

◆ host

gvm_host_t* attack_start_args::host

Definition at line 79 of file attack.c.

Referenced by attack_host(), attack_network(), and attack_start().

◆ host_kb

kb_t attack_start_args::host_kb

Definition at line 76 of file attack.c.

Referenced by attack_host(), attack_network(), attack_start(), and launch_plugin().

◆ ipc_context

struct ipc_context* attack_start_args::ipc_context

Definition at line 77 of file attack.c.

Referenced by attack_start().

◆ sched

plugins_scheduler_t attack_start_args::sched

Definition at line 78 of file attack.c.

Referenced by attack_host(), and attack_network().


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