mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine srs_get_system_startup_time in time unit
This commit is contained in:
parent
6c12aa0eca
commit
170cca1f58
4 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@ extern srs_error_t srs_avc_nalu_read_bit(SrsBitBuffer* stream, int8_t& v);
|
|||
|
||||
// get current system time in srs_utime_t, use cache to avoid performance problem
|
||||
extern srs_utime_t srs_get_system_time();
|
||||
extern srs_utime_t srs_get_system_startup_time_ms();
|
||||
extern srs_utime_t srs_get_system_startup_time();
|
||||
// the deamon st-thread will update it.
|
||||
extern srs_utime_t srs_update_system_time();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue