OpenVAS Libraries  9.0.3
omp_get_tasks_opts_t Struct Reference

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

#include <omp.h>

Collaboration diagram for omp_get_tasks_opts_t:
Collaboration graph

Data Fields

const char * filter
 Filter argument. More...
 
int timeout
 Timeout for OMP response. More...
 
const char * actions
 Actions argument. More...
 
int details
 Whether to include overrides in the tasks. More...
 
int rcfile
 Ignored. Removed since OMP 6.0. More...
 

Detailed Description

Struct holding options for omp get_tasks command.

Definition at line 113 of file omp.h.

Field Documentation

◆ actions

const char* omp_get_tasks_opts_t::actions

Actions argument.

Definition at line 117 of file omp.h.

◆ details

int omp_get_tasks_opts_t::details

Whether to include overrides in the tasks.

Definition at line 119 of file omp.h.

◆ filter

const char* omp_get_tasks_opts_t::filter

Filter argument.

Definition at line 115 of file omp.h.

Referenced by omp_get_tasks_ext().

◆ rcfile

int omp_get_tasks_opts_t::rcfile

Ignored. Removed since OMP 6.0.

Definition at line 120 of file omp.h.

◆ timeout

int omp_get_tasks_opts_t::timeout

Timeout for OMP response.

Definition at line 116 of file omp.h.

Referenced by omp_get_tasks_ext().


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