OpenVAS Libraries  8.0.3
Data Fields
omp_get_tasks_opts_t Struct Reference

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

#include <omp.h>

Data Fields

const char * filter
 Filter argument. 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.

Field Documentation

const char* omp_get_tasks_opts_t::actions

Actions argument.

int omp_get_tasks_opts_t::details

Whether to include overrides in the tasks.

const char* omp_get_tasks_opts_t::filter

Filter argument.

int omp_get_tasks_opts_t::rcfile

Ignored. Removed since OMP 6.0.


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