Greenbone Vulnerability Management Libraries 22.18.1
gmp_get_tasks_opts_t Struct Reference

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

#include <gmp.h>

Data Fields

const char * filter
 Filter argument.
 
int timeout
 Timeout for GMP response.
 
const char * actions
 Actions argument.
 
int details
 Whether to include overrides in the tasks.
 
int rcfile
 Ignored. Removed since GMP 6.0.
 

Detailed Description

Struct holding options for gmp get_tasks command.

Field Documentation

◆ actions

const char* gmp_get_tasks_opts_t::actions

Actions argument.

◆ details

int gmp_get_tasks_opts_t::details

Whether to include overrides in the tasks.

◆ filter

const char* gmp_get_tasks_opts_t::filter

Filter argument.

◆ rcfile

int gmp_get_tasks_opts_t::rcfile

Ignored. Removed since GMP 6.0.

◆ timeout

int gmp_get_tasks_opts_t::timeout

Timeout for GMP response.


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