mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-13 21:52:30 +00:00
* Made the signal in View trigger using a task, thus avoiding bad
recursions and wrongly orderer commands. This should fix some problems with hash checking returning errno 0. * More changes to View usage. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1048 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ Control::Control() :
|
||||
m_tick(0) {
|
||||
|
||||
m_core = new core::Manager();
|
||||
m_viewManager = new core::ViewManager(m_core->download_list());
|
||||
m_viewManager = new core::ViewManager();
|
||||
m_scheduler = new core::Scheduler(m_core->download_list());
|
||||
m_dhtManager = new core::DhtManager();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user