mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix bug #67: fix pithy print bug, stage must has a age. 0.9.98
This commit is contained in:
parent
cbbf53f8f9
commit
cf712b06bb
2 changed files with 5 additions and 5 deletions
|
@ -54,7 +54,7 @@ public:
|
|||
int pithy_print_time_ms;
|
||||
int nb_clients;
|
||||
public:
|
||||
int64_t _age;
|
||||
int64_t age;
|
||||
int64_t printed_age;
|
||||
public:
|
||||
SrsStageInfo(int _stage_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue