* Adding wanted_chunks.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1257 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2011-07-30 13:55:34 +00:00
parent f5a141ac5f
commit a6678a4591
3 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -71,7 +71,8 @@ public:
Download(download_type d);
~Download();
const torrent::DownloadInfo* info() const { return m_download.info(); }
const torrent::DownloadInfo* info() const { return m_download.info(); }
const torrent::download_data* data() const { return m_download.data(); }
torrent::DownloadMain* main() { return m_download.main(); }