add support for held_root to thin_dump

This commit is contained in:
Joe Thornber
2012-05-17 12:28:23 +01:00
parent ae220c977d
commit 9e00ab07b8
5 changed files with 58 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ namespace {
mappings_extractor(uint64_t dev_id, emitter::ptr e,
space_map::ptr md_sm, space_map::ptr data_sm)
: counter_(),
checker_(counter_),
checker_(counter_, false),
dev_id_(dev_id),
e_(e),
md_sm_(md_sm),