mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 05:02:31 +00:00
Moving thread code to libtorrent.
This commit is contained in:
@@ -63,6 +63,7 @@ ThreadWorker::~ThreadWorker() {
|
||||
void
|
||||
ThreadWorker::init_thread() {
|
||||
m_pollManager = core::PollManager::create_poll_manager();
|
||||
m_poll = m_pollManager->get_torrent_poll();
|
||||
|
||||
m_state = STATE_INITIALIZED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user