recursive space map

This commit is contained in:
Joe Thornber
2011-11-09 10:21:25 +00:00
parent 45042ed0e1
commit 4f325b96ad
10 changed files with 333 additions and 40 deletions

View File

@@ -7,13 +7,6 @@
//----------------------------------------------------------------
namespace persistent_data {
class checked_space_map : public persistent_space_map {
public:
typedef boost::shared_ptr<checked_space_map> ptr;
virtual void check(block_counter &counter) const = 0;
};
checked_space_map::ptr
create_disk_sm(transaction_manager::ptr tm, block_address nr_blocks);