Greenbone Vulnerability Management Libraries  10.0.0
gmp_get_tasks_opts_t Struct Reference

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

#include <gmp.h>

Collaboration diagram for gmp_get_tasks_opts_t:
Collaboration graph

Data Fields

const char * filter
 Filter argument. More...
 
int timeout
 Timeout for GMP response. More...
 
const char * actions
 Actions argument. 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 138 of file gmp.h.

Field Documentation

◆ actions

const char* gmp_get_tasks_opts_t::actions

Actions argument.

Definition at line 142 of file gmp.h.

◆ details

int gmp_get_tasks_opts_t::details

Whether to include overrides in the tasks.

Definition at line 144 of file gmp.h.

◆ filter

const char* gmp_get_tasks_opts_t::filter

Filter argument.

Definition at line 140 of file gmp.h.

Referenced by gmp_get_tasks_ext().

◆ rcfile

int gmp_get_tasks_opts_t::rcfile

Ignored. Removed since GMP 6.0.

Definition at line 145 of file gmp.h.

◆ timeout

int gmp_get_tasks_opts_t::timeout

Timeout for GMP response.

Definition at line 141 of file gmp.h.

Referenced by gmp_get_tasks_ext().


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