OpenVAS Libraries  9.0.3
osp_param Struct Reference
Collaboration diagram for osp_param:
Collaboration graph

Data Fields

char * id
 
char * name
 
char * desc
 
char * def
 
osp_param_type_t type
 
int mandatory
 

Detailed Description

Definition at line 44 of file osp.c.

Field Documentation

◆ def

char* osp_param::def

Definition at line 48 of file osp.c.

Referenced by osp_param_default(), and osp_param_free().

◆ desc

char* osp_param::desc

Definition at line 47 of file osp.c.

Referenced by osp_param_desc(), and osp_param_free().

◆ id

char* osp_param::id

Definition at line 45 of file osp.c.

Referenced by osp_param_free(), and osp_param_id().

◆ mandatory

int osp_param::mandatory

Definition at line 50 of file osp.c.

Referenced by osp_param_mandatory().

◆ name

char* osp_param::name

Definition at line 46 of file osp.c.

Referenced by osp_param_free(), and osp_param_name().

◆ type

osp_param_type_t osp_param::type

Definition at line 49 of file osp.c.

Referenced by osp_param_type_str().


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