[thin_show_dups] get the backup break working in the rolling hash

This commit is contained in:
Joe Thornber
2015-09-04 10:10:41 +01:00
parent 750ce0f47b
commit 5d383c0293
3 changed files with 8 additions and 37 deletions

View File

@ -32,7 +32,7 @@ namespace thin_provisioning {
chunk_stream &stream_;
chunk const *big_chunk_;
uint8_t *little_b_, *little_e_;
uint8_t *little_b_, *little_e_, *last_hashed_;
chunk little_chunk_;
};
}