mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 13:12:32 +00:00
Cleaned up Poll code and included missing rtorrent.lua in installer.
This commit is contained in:
@@ -22,7 +22,7 @@ ThreadWorker::~ThreadWorker() {
|
||||
|
||||
void
|
||||
ThreadWorker::init_thread() {
|
||||
m_poll = std::unique_ptr<torrent::Poll>(core::create_poll());
|
||||
m_poll = std::unique_ptr<torrent::Poll>(torrent::Poll::slot_create_poll()());
|
||||
m_state = STATE_INITIALIZED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user