OpenVAS Libraries
8.0.3
|
Struct holding options for omp get_system_reports command. More...
#include <omp.h>
Data Fields | |
const char * | name |
Name of report. More... | |
const char * | duration |
Duration. More... | |
const char * | slave_id |
ID of the slave to get report from. More... | |
int | brief |
Brief flag. More... | |
Struct holding options for omp get_system_reports command.
int omp_get_system_reports_opts_t::brief |
Brief flag.
const char* omp_get_system_reports_opts_t::duration |
Duration.
const char* omp_get_system_reports_opts_t::name |
Name of report.
const char* omp_get_system_reports_opts_t::slave_id |
ID of the slave to get report from.