Cleaned up Poll code and included missing rtorrent.lua in installer.

This commit is contained in:
Jari Sundell
2025-05-03 14:07:16 +02:00
committed by GitHub
parent 58a74cee48
commit 4c63cee7a2
12 changed files with 25 additions and 195 deletions
+1 -1
View File
@@ -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;
}