libosmocore  1.5.1
Osmocom core library
rate_ctr_group Struct Reference

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

#include <rate_ctr.h>

Data Fields

struct llist_head list
 Linked list of all counter groups in the system. More...
 
const struct rate_ctr_group_descdesc
 Pointer to the counter group class. More...
 
unsigned int idx
 The index of this ctr_group within its class. More...
 
struct rate_ctr ctr [0]
 Actual counter structures below. More...
 

Detailed Description

One instance of a counter group class.

Field Documentation

◆ ctr

struct rate_ctr rate_ctr_group::ctr[0]

◆ desc

◆ idx

◆ list

struct llist_head rate_ctr_group::list

Linked list of all counter groups in the system.

Referenced by rate_ctr_group_alloc(), and rate_ctr_group_free().


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