OpenVAS Libraries
6.0+beta5
|
Struct holding options for omp create_task command. More...
#include <omp.h>
Data Fields | |
const char * | config_id |
ID of config. More... | |
const char * | target_id |
ID of target. More... | |
const char * | name |
Name of task. More... | |
const char * | comment |
Comment on task. More... | |
const char * | max_hosts |
Max hosts preference. More... | |
const char * | max_checks |
Max checks preference. More... | |
Struct holding options for omp create_task command.
FIXME: This SHOULD contain all valid options from the OMP spec.
const char* omp_create_task_opts_t::comment |
Comment on task.
const char* omp_create_task_opts_t::config_id |
ID of config.
const char* omp_create_task_opts_t::max_checks |
Max checks preference.
const char* omp_create_task_opts_t::max_hosts |
Max hosts preference.
const char* omp_create_task_opts_t::name |
Name of task.
const char* omp_create_task_opts_t::target_id |
ID of target.