Greenbone Vulnerability Management Libraries  10.0.0
nvtpref Struct Reference

The structure for a preference of a NVT. More...

#include <nvti.h>

Collaboration diagram for nvtpref:
Collaboration graph

Data Fields

gchar * type
 Preference type. More...
 
gchar * name
 Name of the preference. More...
 
gchar * dflt
 Default value of the preference. More...
 

Detailed Description

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.

Definition at line 38 of file nvti.h.

Field Documentation

◆ dflt

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().

◆ name

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().

◆ type

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().


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