|
OpenVAS Libraries
8.0.8
|
Struct holding options for omp get_tasks command. More...
#include <omp.h>
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... | |
Struct holding options for omp get_tasks command.
| 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.
| int omp_get_tasks_opts_t::timeout |
Timeout for OMP response.
1.8.11