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:
Martin Sumner 2018-10-30 19:35:29 +00:00
parent b7e697f7f0
commit ae1ada86b2
3 changed files with 148 additions and 84 deletions

View file

@ -204,6 +204,8 @@
-type sst_timings() :: no_timing|#sst_timings{}.
-type build_timings() :: no_timing|#build_timings{}.
-export_type([expandable_pointer/0]).
%%%============================================================================
%%% API
%%%============================================================================