1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine get_pithy_print in time unit

This commit is contained in:
winlin 2019-04-09 08:55:54 +08:00
parent 60f9561d2d
commit 5df8f2f6c1
6 changed files with 22 additions and 13 deletions

View file

@ -604,11 +604,11 @@ public:
*/
virtual std::string get_pid_file();
/**
* get pithy print pulse ms,
* get pithy print pulse in srs_utime_t,
* for example, all rtmp connections only print one message
* every this interval in ms.
*/
virtual int get_pithy_print_ms();
virtual srs_utime_t get_pithy_print();
/**
* whether use utc-time to format the time.
*/