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:
parent
60f9561d2d
commit
5df8f2f6c1
6 changed files with 22 additions and 13 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue