OpenVAS Manager  7.0.3~git
sort_data_t Struct Reference

#include <manage.h>

Collaboration diagram for sort_data_t:
Collaboration graph

Data Fields

gchar * field
 The field to sort by. More...
 
gchar * stat
 The statistic to sort by. More...
 
int order
 The sort order. More...
 

Detailed Description

Definition at line 4099 of file manage.h.

Field Documentation

◆ field

gchar* sort_data_t::field

The field to sort by.

Definition at line 4100 of file manage.h.

Referenced by init_aggregate_lists(), and sort_data_free().

◆ order

int sort_data_t::order

The sort order.

Definition at line 4102 of file manage.h.

Referenced by buffer_aggregate_wc_xml(), and init_aggregate_lists().

◆ stat

gchar* sort_data_t::stat

The statistic to sort by.

Definition at line 4101 of file manage.h.

Referenced by buffer_aggregate_wc_xml(), init_aggregate_lists(), and sort_data_free().


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