1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

add todo: cycle all process, reap the exited

This commit is contained in:
winlin 2013-12-01 18:53:24 +08:00
parent e85e74f5d4
commit 6f0bba9856

View file

@ -548,6 +548,8 @@ int SrsEncoder::cycle()
}
}
// TODO: cycle all processes.
return ret;
}