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:
parent
d8a158290f
commit
4eae93d27b
10 changed files with 20 additions and 23 deletions
|
@ -53,7 +53,7 @@ class SrsUdpListener;
|
|||
class SrsTcpListener;
|
||||
class SrsAppCasterFlv;
|
||||
class SrsRtspCaster;
|
||||
class SrsCoroutineManager;
|
||||
class SrsConnectionManager;
|
||||
class SrsGb28181Caster;
|
||||
|
||||
|
||||
|
@ -249,7 +249,7 @@ private:
|
|||
SrsHttpServer* http_server;
|
||||
SrsHttpHeartbeat* http_heartbeat;
|
||||
SrsIngester* ingester;
|
||||
SrsCoroutineManager* conn_manager;
|
||||
SrsConnectionManager* conn_manager;
|
||||
private:
|
||||
// The pid file fd, lock the file write when server is running.
|
||||
// @remark the init.d script should cleanup the pid file, when stop service,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue