Refine cid for signal thread

pull/1969/head
winlin 4 years ago
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…
Cancel
Save