* Reworked how hashing is queued, state must 1 and removed the

set_hash_failed hacks when closing, etc.

* Changed the attributes of blocks in transfer view.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@727 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-06-21 22:14:10 +00:00
parent d2fc993514
commit 70eacfe738
10 changed files with 75 additions and 95 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ apply_start_tied(Control* m, const std::string& arg) {
rak::equal(*itr, rak::bind2nd(std::mem_fun(&core::Download::variable_string), "tied_to_file")));
if (dItr != m->core()->download_list()->end())
m->core()->download_list()->start(*dItr);
m->core()->download_list()->start_try(*dItr);
}
}