From e4ea683c1ae86ef1c3d8833c4b2b9dd0aae6f2db Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 15 Jul 2010 02:08:12 +0000 Subject: [PATCH] fix fragmentation test build --- examples/fragmentation_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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