mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
improve timerfd implementation to be more accurate
This commit is contained in:
@@ -215,7 +215,8 @@ struct switch_timer {
|
||||
void *private_info;
|
||||
/*! remaining time from last call to _check() */
|
||||
switch_size_t diff;
|
||||
switch_size_t tick;
|
||||
switch_time_t start;
|
||||
uint64_t tick;
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user