OpenVAS Libraries  9.0.3
openvas_hosts Struct Reference

The structure for Hosts collection. More...

#include <openvas_hosts.h>

Collaboration diagram for openvas_hosts:
Collaboration graph

Data Fields

gchar * orig_str
 
GList * hosts
 
GList * current
 
unsigned int count
 
unsigned int 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 92 of file openvas_hosts.h.

Field Documentation

◆ count

unsigned int openvas_hosts::count

Definition at line 97 of file openvas_hosts.h.

Referenced by openvas_hosts_count().

◆ current

GList* openvas_hosts::current

◆ hosts

◆ orig_str

gchar* openvas_hosts::orig_str

Definition at line 94 of file openvas_hosts.h.

Referenced by openvas_hosts_free(), and openvas_hosts_new_with_max().

◆ removed

unsigned int openvas_hosts::removed

Definition at line 98 of file openvas_hosts.h.

Referenced by openvas_hosts_removed().


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