1
0
Fork 0
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:
winlin 2014-05-14 14:35:29 +08:00
parent cbbf53f8f9
commit cf712b06bb
2 changed files with 5 additions and 5 deletions

View file

@ -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);