Greenbone Vulnerability Management Libraries
21.4.2
|
Struct holding options for gmp get_tasks command. More...
#include <gmp.h>
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... | |
Struct holding options for gmp get_tasks command.
const char* gmp_get_tasks_opts_t::actions |
Actions argument.
int gmp_get_tasks_opts_t::details |
Whether to include overrides in the tasks.
const char* gmp_get_tasks_opts_t::filter |
Filter argument.
int gmp_get_tasks_opts_t::rcfile |
Ignored. Removed since GMP 6.0.
int gmp_get_tasks_opts_t::timeout |
Timeout for GMP response.