Greenbone Vulnerability Management Libraries  11.0.1
gvm_hosts Struct Reference

The structure for Hosts collection. More...

#include <hosts.h>

Collaboration diagram for gvm_hosts:
Collaboration graph

Data Fields

gchar * orig_str
 
gvm_host_t ** hosts
 
size_t max_size
 
size_t current
 
size_t count
 
size_t removed
 

Detailed Description

The structure for Hosts collection.

The elements of this structure should never be accessed directly. Only the functions corresponding to this module should be used.

Definition at line 90 of file hosts.h.

Field Documentation

◆ count

◆ current

◆ hosts

◆ max_size

size_t gvm_hosts::max_size

Current max size of hosts array entries.

Definition at line 94 of file hosts.h.

Referenced by gvm_hosts_add(), gvm_hosts_fill_gaps(), and gvm_hosts_init().

◆ orig_str

gchar* gvm_hosts::orig_str

Original hosts definition string.

Definition at line 92 of file hosts.h.

Referenced by gvm_hosts_free(), gvm_hosts_init(), and gvm_hosts_new_with_max().

◆ removed

size_t gvm_hosts::removed

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