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

support asprocess for oryx. 2.0.218

This commit is contained in:
winlin 2016-09-23 15:17:46 +08:00
parent b748fac23a
commit 07fe35f11d

View file

@ -488,7 +488,7 @@ SrsServer::SrsServer()
signal_manager = NULL; signal_manager = NULL;
handler = NULL; handler = NULL;
ppid = -1; ppid = ::getppid();
// donot new object in constructor, // donot new object in constructor,
// for some global instance is not ready now, // for some global instance is not ready now,