Add accumulator check for last mod range
Perhaps should also do the segment check at this point. Seems odd to check last modified date and segments in different places.
This commit is contained in:
parent
b7e697f7f0
commit
ae1ada86b2
3 changed files with 148 additions and 84 deletions
|
@ -204,6 +204,8 @@
|
|||
-type sst_timings() :: no_timing|#sst_timings{}.
|
||||
-type build_timings() :: no_timing|#build_timings{}.
|
||||
|
||||
-export_type([expandable_pointer/0]).
|
||||
|
||||
%%%============================================================================
|
||||
%%% API
|
||||
%%%============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue