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

@@ -105,6 +105,9 @@ namespace persistent_data {
throw std::runtime_error("'extend' not implemented");
}
void count_metadata(block_counter &bc) const {
}
// FIXME: meaningless, but this class is only used for testing
size_t root_size() const {
return 0;