OpenVAS Manager  7.0.3~git
count_data_t Struct Reference

Helper data structure for word counts. More...

Collaboration diagram for count_data_t:
Collaboration graph

Data Fields

gchar * string
 The string counted. More...
 
int count
 The number of occurences. More...
 

Detailed Description

Helper data structure for word counts.

Definition at line 11952 of file omp.c.

Field Documentation

◆ count

int count_data_t::count

The number of occurences.

Definition at line 11955 of file omp.c.

◆ string

gchar* count_data_t::string

The string counted.

Definition at line 11954 of file omp.c.


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