Skip to content

Commit

Permalink
dial
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Oct 17, 2024
1 parent 4614c3e commit 5a82130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ra_mt.erl
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ delete(Spec, #?MODULE{prev = #?MODULE{} = Prev}) ->
%% no match on tid try prev
delete(Spec, Prev).

-spec range_overlap(ra:range(), state()) ->
{Overlap :: ra:range(), Remainder :: ra:range()}.
range_overlap(ReqRange, #?MODULE{} = State) ->
%% TODO: assert the ReqReange never goes above Range?
Range = range(State),
Expand Down

0 comments on commit 5a82130

Please sign in to comment.