added first try of a mapped storage

This commit is contained in:
Arvid Norberg
2007-11-30 00:35:09 +00:00
parent 0220e209fa
commit 02ed01d2c4
5 changed files with 734 additions and 4 deletions

View File

@@ -167,6 +167,10 @@ namespace libtorrent
boost::intrusive_ptr<torrent_info const> ti
, fs::path const& path, file_pool& fp);
TORRENT_EXPORT storage_interface* mapped_storage_constructor(
boost::intrusive_ptr<torrent_info const> ti
, fs::path const& path, file_pool& fp);
struct disk_io_thread;
class TORRENT_EXPORT piece_manager