Public Attributes | |
| GiTimerCallback | cb |
| void * | udata |
| gi_timer_t | id |
| gi_timer_t | next_free |
| GiListLink * | link |
| bool | used |
| timeval | expiration |
| timeval | interval |
| signed char | dirty: 2 |
|
|
If 1 or -1 don't remove timer |
|
|
Exact time this timer will expire |
|
|
Index in timers array |
|
|
Interval this timer is set for |
|
|
Link chain in timers_sorted |
|
|
Chain of free timer_ids from timers_next_id |
|
|
Arbitrary user data |
|
|
Used internally to look for new ids |
1.3.7