libosmocore  1.5.1
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...
 
struct osmo_stat_itemitems [0]
 Actual counter structures below. More...
 

Detailed Description

One instance of a counter group class.

Field Documentation

◆ desc

◆ idx

◆ items

struct osmo_stat_item* osmo_stat_item_group::items[0]

◆ 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().


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