|
OpenVAS Libraries
8.0.8
|
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... | |
Struct holding options for omp get_tasks command.
| 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.
1.8.11