new storage

This commit is contained in:
Daniel Wallin
2003-11-26 14:11:25 +00:00
parent a1356219da
commit 329e610ca6
5 changed files with 1060 additions and 93 deletions

View File

@@ -151,6 +151,9 @@ int main(int argc, char* argv[])
{
using namespace libtorrent;
// TEMPORARY
boost::filesystem::path::default_name_check(boost::filesystem::no_check);
if (argc < 2)
{
std::cerr << "usage: ./client_test torrent-files ...\n"