OpenVAS Libraries
9.0.3
|
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 49 of file nvti.h.
Referenced by nvtpref_default(), nvtpref_free(), and nvtpref_new().
gchar* nvtpref::name |
Name of the preference.
Definition at line 48 of file nvti.h.
Referenced by nvtpref_free(), nvtpref_name(), and nvtpref_new().
gchar* nvtpref::type |
Preference type.
Definition at line 47 of file nvti.h.
Referenced by nvtpref_free(), nvtpref_new(), and nvtpref_type().