libosmocore 1.9.0.192-1c24
Osmocom core library
osmo_strrb Struct Reference

#include <strrb.h>

Data Fields

uint16_t start
 index of the first slot More...
 
uint16_t end
 index of the last slot More...
 
uint16_t size
 max number of messages to store More...
 
char ** buffer
 storage for messages More...
 

Field Documentation

◆ buffer

char** osmo_strrb::buffer

storage for messages

Referenced by osmo_strrb_add(), osmo_strrb_create(), and osmo_strrb_get_nth().

◆ end

uint16_t osmo_strrb::end

◆ size

◆ start

uint16_t osmo_strrb::start

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