timer Struct Reference#include <timer.h>
List of all members.
Public Attributes |
timer * | next |
timer * | prev |
unsigned short | flags |
long | timeout |
timer_handler | handler |
void * | data |
Detailed Description
Timer data structure definition.
This structure represents the timer object which holds the necessary information to represent the timer. It is allocated by the caller and must not be used/re-used until the timer is removed or fires.
Definition at line 73 of file include/gel/timer.h.The documentation for this struct was generated from the following file:
|