Set of values for a combination of subsystem and name. More...
Data Fields | |
char * | subsystem |
Subsystem of the valueset. More... | |
char * | name |
Name of the valueset. More... | |
uint64_t * | values |
The values. More... | |
int | is_persistent |
Persistence of the values. More... | |
Set of values for a combination of subsystem and name.
Definition at line 135 of file gnunet-statistics.c.
char* ValueSet::subsystem |
Subsystem of the valueset.
Definition at line 140 of file gnunet-statistics.c.
Referenced by new_value_set(), and printer().
char* ValueSet::name |
Name of the valueset.
Definition at line 145 of file gnunet-statistics.c.
Referenced by new_value_set(), and printer().
uint64_t* ValueSet::values |
The values.
Definition at line 150 of file gnunet-statistics.c.
Referenced by collector(), new_value_set(), and printer().
int ValueSet::is_persistent |
Persistence of the values.
Definition at line 155 of file gnunet-statistics.c.
Referenced by collector(), new_value_set(), and printer().