Initial eqc setup
This commit is contained in:
parent
67104c85c1
commit
b713ce60a8
5 changed files with 1068 additions and 3 deletions
|
@ -847,7 +847,7 @@ start_from_file(InkOpts) ->
|
|||
%% @doc
|
||||
%% Shutdown any snapshots before closing the store
|
||||
shutdown_snapshots(Snapshots) ->
|
||||
lists:foreach(fun({Snap, _SQN}) -> ok = ink_close(Snap) end, Snapshots).
|
||||
lists:foreach(fun({Snap, _TS, _SQN}) -> ok = ink_close(Snap) end, Snapshots).
|
||||
|
||||
-spec shutdown_manifest(leveled_imanifest:manifest()) -> ok.
|
||||
%% @doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue