mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 15:42:30 +00:00
Switched from tracker dump in bencode to std::istream*.
Various *BSD port fixes. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@406 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+3
-1
@@ -23,6 +23,8 @@
|
||||
#ifndef RTORRENT_CORE_MANAGER_H
|
||||
#define RTORRENT_CORE_MANAGER_H
|
||||
|
||||
#include <iosfwd>
|
||||
|
||||
#include "download_list.h"
|
||||
#include "download_store.h"
|
||||
#include "hash_queue.h"
|
||||
@@ -81,7 +83,7 @@ private:
|
||||
|
||||
iterator create_final(std::istream* s);
|
||||
|
||||
void receive_debug_tracker(torrent::Bencode& bencode);
|
||||
void receive_debug_tracker(std::istream* s);
|
||||
|
||||
DownloadList m_downloadList;
|
||||
DownloadStore m_downloadStore;
|
||||
|
||||
Reference in New Issue
Block a user