mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine srs_update_system_time in time unit
This commit is contained in:
parent
9b7c0802a9
commit
6c12aa0eca
26 changed files with 123 additions and 108 deletions
|
@ -76,9 +76,8 @@ class SrsPithyPrint
|
|||
private:
|
||||
int client_id;
|
||||
int stage_id;
|
||||
// in ms.
|
||||
int64_t _age;
|
||||
int64_t previous_tick;
|
||||
srs_utime_t _age;
|
||||
srs_utime_t previous_tick;
|
||||
private:
|
||||
SrsPithyPrint(int _stage_id);
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue