Tombstone preperation

Some initial code changes preparing for the test and implementation of
tombstones and tombstone reaping
This commit is contained in:
martinsumner 2016-10-20 16:00:08 +01:00
parent 0324edd6f6
commit 5c2029668d
4 changed files with 88 additions and 32 deletions

View file

@ -16,7 +16,8 @@
ledger_filepath :: string(),
manifest_file :: string(),
new_manifest :: list(),
unreferenced_files :: list()}).
unreferenced_files :: list(),
target_is_basement = false ::boolean()}).
-record(manifest_entry,
{start_key :: tuple(),