FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
switch_size_t | reference |
switch_size_t | start |
uint32_t | roll |
uint32_t | ready |
Definition at line 119 of file switch_time.c.
uint32_t timer_private::ready |
Definition at line 123 of file switch_time.c.
Referenced by timer_check(), timer_destroy(), timer_init(), timer_next(), timer_step(), and timer_sync().
switch_size_t timer_private::reference |
Definition at line 120 of file switch_time.c.
Referenced by timer_check(), timer_init(), timer_next(), timer_step(), and timer_sync().
uint32_t timer_private::roll |
Definition at line 122 of file switch_time.c.
Referenced by timer_init().
switch_size_t timer_private::start |
Definition at line 121 of file switch_time.c.
Referenced by timer_init(), and timer_step().