libosmocore 1.10.0.57-8972
Osmocom core library
|
Manage timer definitions in named groups. More...
#include <tdef.h>
Data Fields | |
const char * | name |
const char * | desc |
struct osmo_tdef * | tdefs |
Manage timer definitions in named groups.
This should be defined as an array with the final element kept fully zero-initialized, to be compatible with osmo_tdef_vty* API. There must not be any tdefs == NULL entries except on the final zero-initialized entry.
const char* osmo_tdef_group::desc |
const char* osmo_tdef_group::name |
struct osmo_tdef* osmo_tdef_group::tdefs |