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

For #913, source cycle error

This commit is contained in:
winlin 2017-06-11 09:40:07 +08:00
parent 7275fd5397
commit 7cac35a289
15 changed files with 161 additions and 152 deletions

View file

@ -223,7 +223,7 @@ public:
/**
* do on_cycle while server doing cycle.
*/
virtual int on_cycle() = 0;
virtual srs_error_t on_cycle() = 0;
/**
* callback the handler when got client.
*/