* Dynamically changes the throttle interval depending on the current

rate and chunk size.

* Changed torrent::download_remove to take a torrent::Download, rather
than the info hash.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@592 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-11-03 16:26:08 +00:00
parent 89e69adb7a
commit b28621f839
+1 -1
View File
@@ -64,7 +64,7 @@ DownloadList::iterator
DownloadList::erase(iterator itr) {
m_slotMapErase.for_each(*itr);
torrent::download_remove((*itr)->get_hash());
torrent::download_remove((*itr)->get_download());
(*itr)->release_download();
delete *itr;