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

Rename SrsCoroutineManager to SrsConnectionManager

This commit is contained in:
winlin 2020-09-11 17:20:41 +08:00
parent d8a158290f
commit 4eae93d27b
10 changed files with 20 additions and 23 deletions

View file

@ -656,7 +656,7 @@ SrsServer::SrsServer()
pid_fd = -1;
signal_manager = new SrsSignalManager(this);
conn_manager = new SrsCoroutineManager();
conn_manager = new SrsConnectionManager();
handler = NULL;
ppid = ::getppid();