OpenVAS Manager  7.0.3~git
run_wizard_data_t Struct Reference

Command data for the wizard command. More...

Collaboration diagram for run_wizard_data_t:
Collaboration graph

Data Fields

char * mode
 Mode to run the wizard in. More...
 
char * name
 Name of the wizard. More...
 
name_value_tparam
 Current param. More...
 
array_t * params
 Parameters. More...
 
char * read_only
 Read only flag. More...
 

Detailed Description

Command data for the wizard command.

Definition at line 4166 of file omp.c.

Field Documentation

◆ mode

char* run_wizard_data_t::mode

Mode to run the wizard in.

Definition at line 4168 of file omp.c.

◆ name

char* run_wizard_data_t::name

Name of the wizard.

Definition at line 4169 of file omp.c.

◆ param

name_value_t* run_wizard_data_t::param

Current param.

Definition at line 4170 of file omp.c.

◆ params

array_t* run_wizard_data_t::params

Parameters.

Definition at line 4171 of file omp.c.

◆ read_only

char* run_wizard_data_t::read_only

Read only flag.

Definition at line 4172 of file omp.c.


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