put space map checking back in

This commit is contained in:
Joe Thornber
2014-02-19 16:08:05 +00:00
parent 2f1789744f
commit 9f6546f621
8 changed files with 135 additions and 19 deletions

View File

@ -141,6 +141,7 @@ namespace persistent_data {
public:
typedef boost::shared_ptr<persistent_space_map> ptr;
virtual void count_metadata(block_counter &bc) const = 0;
virtual size_t root_size() const = 0;
virtual void copy_root(void *dest, size_t len) const = 0;
};