[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

@@ -51,7 +51,7 @@ namespace thin_provisioning {
virtual ~chunk_stream() {}
virtual void rewind() = 0;
virtual bcache::block_address index() const = 0;
virtual bcache::block_address size() const = 0;
virtual bool next(bcache::block_address count = 1ull) = 0;
virtual bool eof() const = 0;