diff --git a/examples/fragmentation_test.cpp b/examples/fragmentation_test.cpp index cbcf33001..56c60f14f 100644 --- a/examples/fragmentation_test.cpp +++ b/examples/fragmentation_test.cpp @@ -72,7 +72,7 @@ int main(int argc, char const* argv[]) } file_pool fp; - boost::shared_ptr st(default_storage_constructor(ti->files(), 0, argv[2], fp)); + boost::shared_ptr st(default_storage_constructor(ti->files(), 0, argv[2], fp, std::vector())); // the first field is the piece index, the second // one is the physical location of the piece on disk