Tombstone preperation
Some initial code changes preparing for the test and implementation of tombstones and tombstone reaping
This commit is contained in:
parent
0324edd6f6
commit
5c2029668d
4 changed files with 88 additions and 32 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue