Data Fields | |
cvar_t * | min_freq |
int | interval |
int | recent_lateness [TIMER_LATENESS_HISTORY] |
int | next_lateness |
int | total_lateness |
int | next_check |
int | checks_high |
int | checks_low |
event_func * | func |
void * | data |
Definition at line 85 of file common.c.
Definition at line 92 of file common.c.
Referenced by Schedule_Timer(), and tick_timer().
Definition at line 93 of file common.c.
Referenced by Schedule_Timer(), and tick_timer().
void* timer::data |
Definition at line 96 of file common.c.
Referenced by Schedule_Timer(), and tick_timer().
Definition at line 95 of file common.c.
Referenced by Schedule_Timer(), and tick_timer().
int timer::interval |
Definition at line 87 of file common.c.
Referenced by Schedule_Timer(), and tick_timer().
Definition at line 86 of file common.c.
Referenced by Schedule_Timer(), and tick_timer().
Definition at line 91 of file common.c.
Referenced by Schedule_Timer(), and tick_timer().
Definition at line 89 of file common.c.
Referenced by Schedule_Timer(), and tick_timer().
int timer::recent_lateness[TIMER_LATENESS_HISTORY] |
Definition at line 88 of file common.c.
Referenced by Schedule_Timer(), and tick_timer().
Definition at line 90 of file common.c.
Referenced by Schedule_Timer(), and tick_timer().