libosmocore 1.11.0.30-c17053.202506162026
Osmocom core library
Loading...
Searching...
No Matches
osmo_counter Struct Reference

Structure representing a single counter. More...

#include <counter.h>

Data Fields

struct llist_head list
 internal list head
 
const charname
 human-readable name
 
const chardescription
 humn-readable description
 
unsigned long value
 current value
 
unsigned long previous
 previous value
 

Detailed Description

Structure representing a single counter.

Field Documentation

◆ description

const char* osmo_counter::description

humn-readable description

◆ list

◆ name

const char* osmo_counter::name

human-readable name

Referenced by osmo_counter_alloc(), and osmo_counter_get_by_name().

◆ previous

unsigned long osmo_counter::previous

previous value

Referenced by osmo_counter_difference().

◆ value

unsigned long osmo_counter::value

current value

Referenced by osmo_counter_difference().


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