|
libosmocore 0.3.6
Osmocom core library
|
A structure representing a single instance of a timer. More...
#include <timer.h>
Data Fields | |
| struct llist_head | entry |
| linked list header | |
| struct timeval | timeout |
| expiration time | |
| unsigned int | active: 1 |
| is it active? | |
| unsigned int | handled: 1 |
| did we already handle it | |
| unsigned int | in_list: 1 |
| is it in the global list? | |
| 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: