For internal use only.
This structure contains the arguments that should be passed to timer_create() to create a set of timers for testing purposes.
Definition at line 87 of file t_timer_fcns.c.
Data Fields | |
const ev_timtype_t | type |
const time_t | sec |
const suseconds_t | usec |
const time_t | e_sec |
const suseconds_t | e_usec |
const ev_flags_t | flags |
ev_tim_t * | timer |
|
Expected expiration time. Definition at line 91 of file t_timer_fcns.c. |
|
Expected expiration microseconds. Definition at line 92 of file t_timer_fcns.c. |
|
Test flags to apply. Definition at line 93 of file t_timer_fcns.c. |
|
Seconds for timer expiration. Definition at line 89 of file t_timer_fcns.c. |
|
Actual created timer. Definition at line 94 of file t_timer_fcns.c. |
|
Timer type to create. Definition at line 88 of file t_timer_fcns.c. |
|
Microseconds for timer expiration. Definition at line 90 of file t_timer_fcns.c. |