Refine cid for signal thread
This commit is contained in:
parent
7fed6e631a
commit
ef8f3d6189
|
|
@ -380,7 +380,7 @@ SrsSignalManager::SrsSignalManager(SrsServer* s)
|
|||
|
||||
server = s;
|
||||
sig_pipe[0] = sig_pipe[1] = -1;
|
||||
trd = new SrsSTCoroutine("signal", this);
|
||||
trd = new SrsSTCoroutine("signal", this, _srs_context->get_id());
|
||||
signal_read_stfd = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user