OpenVAS Libraries  9.0.3
arglist Struct Reference

#include <arglists.h>

Collaboration diagram for arglist:
Collaboration graph

Data Fields

char * name
 
void * value
 
struct arglistnext
 
int type
 
int hash
 

Detailed Description

Definition at line 29 of file arglists.h.

Field Documentation

◆ hash

int arglist::hash

Definition at line 35 of file arglists.h.

◆ name

char* arglist::name

Definition at line 31 of file arglists.h.

Referenced by arg_add_value(), arg_dump(), and get_plugin_preference().

◆ next

struct arglist* arglist::next

Definition at line 33 of file arglists.h.

Referenced by arg_add_value(), arg_dump(), arg_free(), arg_free_all(), and get_plugin_preference().

◆ type

◆ value


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