OpenVAS Libraries  9.0.3
omp_get_system_reports_opts_t Struct Reference

Struct holding options for omp get_system_reports command. More...

#include <omp.h>

Collaboration diagram for omp_get_system_reports_opts_t:
Collaboration graph

Data Fields

const char * name
 Name of report. More...
 
const char * duration
 Duration. More...
 
const char * start_time
 Time of first data point. More...
 
const char * end_time
 Time of last data point. More...
 
const char * slave_id
 ID of the slave to get report from. More...
 
int brief
 Brief flag. More...
 

Detailed Description

Struct holding options for omp get_system_reports command.

Definition at line 212 of file omp.h.

Field Documentation

◆ brief

int omp_get_system_reports_opts_t::brief

Brief flag.

Definition at line 219 of file omp.h.

◆ duration

const char* omp_get_system_reports_opts_t::duration

Duration.

Definition at line 215 of file omp.h.

Referenced by omp_get_system_reports_ext().

◆ end_time

const char* omp_get_system_reports_opts_t::end_time

Time of last data point.

Definition at line 217 of file omp.h.

Referenced by omp_get_system_reports_ext().

◆ name

const char* omp_get_system_reports_opts_t::name

Name of report.

Definition at line 214 of file omp.h.

Referenced by omp_get_system_reports_ext().

◆ slave_id

const char* omp_get_system_reports_opts_t::slave_id

ID of the slave to get report from.

Definition at line 218 of file omp.h.

Referenced by omp_get_system_reports_ext().

◆ start_time

const char* omp_get_system_reports_opts_t::start_time

Time of first data point.

Definition at line 216 of file omp.h.

Referenced by omp_get_system_reports_ext().


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