Greenbone Vulnerability Management Libraries  11.0.1
gmp_get_task_opts_t Struct Reference

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

#include <gmp.h>

Collaboration diagram for gmp_get_task_opts_t:
Collaboration graph

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 GMP 6.0. More...
 

Detailed Description

Struct holding options for gmp get_tasks command.

Definition at line 157 of file gmp.h.

Field Documentation

◆ actions

const char* gmp_get_task_opts_t::actions

Actions argument.

Definition at line 159 of file gmp.h.

Referenced by gmp_get_task_ext().

◆ details

int gmp_get_task_opts_t::details

Whether to include overrides in the tasks.

Definition at line 162 of file gmp.h.

◆ rcfile

int gmp_get_task_opts_t::rcfile

Ignored. Removed since GMP 6.0.

Definition at line 163 of file gmp.h.

◆ task_id

const char* gmp_get_task_opts_t::task_id

ID of single task to get.

Definition at line 160 of file gmp.h.

Referenced by gmp_get_task_ext().


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