|
libosmocore
0.9.6.241-b6c8
Osmocom core library
|
A structure representing a single instance of a timer. More...
#include <timer.h>
Data Fields | |
| struct rb_node | node |
| rb-tree node header | |
| struct llist_head | list |
| internal list header | |
| struct timeval | timeout |
| expiration time | |
| unsigned int | active: 1 |
| is it active? | |
| void(* | cb )(void *) |
| call-back called at timeout | |
| void * | data |
| user data for callback | |
A structure representing a single instance of a timer.
Timer management:
Internally: