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;
}