OpenVAS Manager  7.0.3~git
get_results_data_t Struct Reference

Command data for the get_results command. More...

Collaboration diagram for get_results_data_t:
Collaboration graph

Data Fields

get_data_t get
 Get args. More...
 
char * task_id
 Task associated with results. More...
 
int notes_details
 Boolean. Whether to include details of above. More...
 
int overrides_details
 Boolean. Whether to include details of above. More...
 
int get_counts
 Boolean. Whether to include result counts. More...
 

Detailed Description

Command data for the get_results command.

Definition at line 2857 of file omp.c.

Field Documentation

◆ get

get_data_t get_results_data_t::get

Get args.

Definition at line 2859 of file omp.c.

◆ get_counts

int get_results_data_t::get_counts

Boolean. Whether to include result counts.

Definition at line 2863 of file omp.c.

◆ notes_details

int get_results_data_t::notes_details

Boolean. Whether to include details of above.

Definition at line 2861 of file omp.c.

◆ overrides_details

int get_results_data_t::overrides_details

Boolean. Whether to include details of above.

Definition at line 2862 of file omp.c.

◆ task_id

char* get_results_data_t::task_id

Task associated with results.

Definition at line 2860 of file omp.c.


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