mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SRT: Refine get_srt_poller to poller.
This commit is contained in:
parent
21899c5998
commit
6c94e91792
4 changed files with 10 additions and 10 deletions
|
@ -23,7 +23,7 @@ using namespace std;
|
|||
SrsSrtConnection::SrsSrtConnection(SRTSOCKET srt_fd)
|
||||
{
|
||||
srt_fd_ = srt_fd;
|
||||
srt_skt_ = new SrsSrtSocket(_srt_eventloop->get_srt_poller(), srt_fd_);
|
||||
srt_skt_ = new SrsSrtSocket(_srt_eventloop->poller(), srt_fd_);
|
||||
}
|
||||
|
||||
SrsSrtConnection::~SrsSrtConnection()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue