Move superblock_validator into superblock.{h,cc}

This commit is contained in:
Joe Thornber
2013-05-21 13:20:03 +01:00
parent 553f73b826
commit 24ddc4f5c4
5 changed files with 31 additions and 101 deletions

View File

@@ -92,15 +92,10 @@ namespace thin_provisioning {
};
block_address const SUPERBLOCK_LOCATION = 0;
uint32_t const SUPERBLOCK_MAGIC = 27022010;
}
#if 0
class superblock_checker : public checker {
public:
superblock_checker(block_manager::ptr bm);
damage_list_ptr check();
};
#endif
block_manager<>::validator::ptr superblock_validator();
}
//----------------------------------------------------------------