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:
parent
b748fac23a
commit
07fe35f11d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue