[thin_show_dups] tidy up reporting

This commit is contained in:
Joe Thornber
2015-09-04 15:16:49 +01:00
parent 41a1b85c27
commit 251762e6d9
8 changed files with 58 additions and 72 deletions

View File

@@ -14,10 +14,9 @@ namespace thin_provisioning {
block_address block_size,
size_t cache_mem);
block_address nr_chunks() const;
block_address size() const;
virtual void rewind();
virtual block_address index() const;
virtual bool next(block_address count = 1ull);
virtual bool eof() const;