OpenVAS Manager  7.0.3~git
get_info_data_t Struct Reference

Command data for the get_info command. More...

Collaboration diagram for get_info_data_t:
Collaboration graph

Data Fields

char * type
 Requested information type. More...
 
char * name
 Name of the info. More...
 
get_data_t get
 Get Args. More...
 
int details
 Boolean. Weather to include full details. More...
 

Detailed Description

Command data for the get_info command.

Definition at line 2587 of file omp.c.

Field Documentation

◆ details

int get_info_data_t::details

Boolean. Weather to include full details.

Definition at line 2592 of file omp.c.

◆ get

get_data_t get_info_data_t::get

Get Args.

Definition at line 2591 of file omp.c.

◆ name

char* get_info_data_t::name

Name of the info.

Definition at line 2590 of file omp.c.

◆ type

char* get_info_data_t::type

Requested information type.

Definition at line 2589 of file omp.c.


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