OpenVAS Libraries  7.0.9
Data Fields
omp_create_task_opts_t Struct Reference

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...
 

Detailed Description

Struct holding options for omp create_task command.

FIXME: This SHOULD contain all valid options from the OMP spec.

Field Documentation

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.


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