For internal use only.
This structure contains the arguments that should be passed to timer_resched() to reschedule some of the test timers.
Definition at line 181 of file t_timer_fcns.c.
Data Fields | |
const int | timer |
const ev_timtype_t | type |
const time_t | sec |
const suseconds_t | usec |
const time_t | e_sec |
const suseconds_t | e_usec |
|
Expected expiration time. Definition at line 186 of file t_timer_fcns.c. |
|
Expected expiration microseconds. Definition at line 187 of file t_timer_fcns.c. |
|
Seconds for timer expiration. Definition at line 184 of file t_timer_fcns.c. |
|
Index of timer to reschedule. Definition at line 182 of file t_timer_fcns.c. |
|
Timer type for rescheduling. Definition at line 183 of file t_timer_fcns.c. |
|
Microseconds for timer expiration. Definition at line 185 of file t_timer_fcns.c. |