|
OpenVAS Libraries
6.0+beta5
|
Struct holding options for omp get_report command. More...
#include <omp.h>
Data Fields | |
| const char * | sort_field |
| const char * | sort_order |
| const char * | format_id |
| ID of required report format. More... | |
| const char * | levels |
| Result levels to include. More... | |
| const char * | report_id |
| ID of single report to get. More... | |
| int | first_result |
| First result to get. More... | |
| int | overrides |
| Whether to include overrides in the report. More... | |
| int | override_details |
| If overrides, whether to include details. More... | |
| int | apply_overrides |
| Whether overrides are applied. More... | |
| int | result_hosts_only |
| Whether to include only hosts that have results. More... | |
Struct holding options for omp get_report command.
FIXME: This SHOULD contain all valid options from the OMP spec.
| int omp_get_report_opts_t::apply_overrides |
Whether overrides are applied.
| int omp_get_report_opts_t::first_result |
First result to get.
| const char* omp_get_report_opts_t::format_id |
ID of required report format.
| const char* omp_get_report_opts_t::levels |
Result levels to include.
| int omp_get_report_opts_t::override_details |
If overrides, whether to include details.
| int omp_get_report_opts_t::overrides |
Whether to include overrides in the report.
| const char* omp_get_report_opts_t::report_id |
ID of single report to get.
| int omp_get_report_opts_t::result_hosts_only |
Whether to include only hosts that have results.
| const char* omp_get_report_opts_t::sort_field |
| const char* omp_get_report_opts_t::sort_order |
1.8.4