Greenbone Vulnerability Management Libraries 22.12.2
|
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. | |
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.