OpenVAS Libraries  8.0.3
Data Fields
omp_get_task_opts_t Struct Reference

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

#include <omp.h>

Data Fields

const char * actions
 Actions argument. More...
 
const char * task_id
 ID of single task to get. 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_task_opts_t::actions

Actions argument.

int omp_get_task_opts_t::details

Whether to include overrides in the tasks.

int omp_get_task_opts_t::rcfile

Ignored. Removed since OMP 6.0.

const char* omp_get_task_opts_t::task_id

ID of single task to get.


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