libosmocore 1.9.0.196-9975
Osmocom core library
osmo_stat_item_group Struct Reference

One instance of a counter group class. More...

#include <stat_item.h>

Data Fields

struct llist_head list
 Linked list of all value groups in the system. More...
 
const struct osmo_stat_item_group_descdesc
 Pointer to the counter group class. More...
 
unsigned int idx
 The index of this value group within its class. More...
 
char * name
 Optional string-based identifier to be used instead of index at report time. More...
 
struct osmo_stat_itemitems [0]
 Actual counter structures below. More...
 

Detailed Description

One instance of a counter group class.

Field Documentation

◆ desc

◆ idx

◆ items

◆ list

struct llist_head osmo_stat_item_group::list

Linked list of all value groups in the system.

Referenced by osmo_stat_item_group_alloc(), and osmo_stat_item_group_free().

◆ name

char* osmo_stat_item_group::name

Optional string-based identifier to be used instead of index at report time.

Referenced by osmo_stat_item_get_group_by_name_idxname(), osmo_stat_item_group_set_name(), and osmo_stats_reporter_statsd_send_item().


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