Greenbone Vulnerability Management Libraries  10.0.0
gvm_vhost Struct Reference

The structure for a single vhost object. More...

#include <hosts.h>

Collaboration diagram for gvm_vhost:
Collaboration graph

Data Fields

char * value
 
char * source
 

Detailed Description

The structure for a single vhost object.

Definition at line 78 of file hosts.h.

Field Documentation

◆ source

char* gvm_vhost::source

Source of the value eg. DNS-Resolution.

Definition at line 81 of file hosts.h.

Referenced by gvm_vhost_new().

◆ value

char* gvm_vhost::value

Hostname string.

Definition at line 80 of file hosts.h.

Referenced by gvm_vhost_new().


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