fix fragmentation test build

This commit is contained in:
Arvid Norberg 2010-07-15 02:08:12 +00:00
parent c4fac3b91a
commit e4ea683c1a
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ int main(int argc, char const* argv[])
}
file_pool fp;
boost::shared_ptr<storage_interface> st(default_storage_constructor(ti->files(), 0, argv[2], fp));
boost::shared_ptr<storage_interface> st(default_storage_constructor(ti->files(), 0, argv[2], fp, std::vector<boost::uint8_t>()));
// the first field is the piece index, the second
// one is the physical location of the piece on disk