View Source vdist_fragment_cont (erldist_filter v1.28.5)

Summary

Types

-type t() ::
    #vdist_fragment_cont{sequence_id :: vdist:sequence_id(), fragment_id :: vdist:fragment_id()}.

Functions

-spec encode_header(T) -> binary() when T :: t().
Link to this function

new(SequenceId, FragmentId)

View Source
-spec new(SequenceId, FragmentId) -> T
       when SequenceId :: vdist:sequence_id(), FragmentId :: vdist:fragment_id(), T :: t().