* Added simple scheduler.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1096 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2009-08-06 16:21:36 +00:00
parent 134ae81ae3
commit abcb2cea48
3 changed files with 58 additions and 4 deletions
+1
View File
@@ -468,6 +468,7 @@ DownloadList::hash_done(Download* download) {
if (rpc::call_command_value("d.get_state", rpc::make_target(download)) == 1)
resume(download, download->resume_flags());
//rpc::commands.call_catch("scheduler.simple.resume", rpc::make_target(download), torrent::Object(), "Download event action failed: ");
break;