|
Greenbone Vulnerability Management Libraries
10.0.0
|
The structure for a preference of a NVT. More...
#include <nvti.h>

Data Fields | |
| gchar * | type |
| Preference type. More... | |
| gchar * | name |
| Name of the preference. More... | |
| gchar * | dflt |
| Default value of the preference. More... | |
The structure for a preference of a NVT.
The elements of this structure should never be accessed directly. Only the functions corresponding to this module should be used.
| gchar* nvtpref::dflt |
Default value of the preference.
Definition at line 42 of file nvti.h.
Referenced by nvticache_get_prefs(), nvtpref_default(), nvtpref_free(), nvtpref_new(), and redis_add_nvt().
| gchar* nvtpref::name |
Name of the preference.
Definition at line 41 of file nvti.h.
Referenced by nvticache_get_prefs(), nvtpref_free(), nvtpref_name(), nvtpref_new(), and redis_add_nvt().
| gchar* nvtpref::type |
Preference type.
Definition at line 40 of file nvti.h.
Referenced by nvticache_get_prefs(), nvtpref_free(), nvtpref_new(), nvtpref_type(), and redis_add_nvt().