View Source vdist_dop_unlink_id (erldist_filter v1.28.5)

Summary

Types

-type t() ::
    #vdist_dop_unlink_id{id :: vterm:integer_t(),
                         from_pid :: vterm:pid_t(),
                         to_pid :: vterm:pid_t()}.

Functions

-spec has_payload(T) -> boolean() when T :: t().
Link to this function

into_control_message_vterm(T)

View Source
-spec into_control_message_vterm(T) -> vterm:tuple_t() when T :: t().
-spec new(Id, FromPid, ToPid) -> T
       when Id :: vterm:integer_t(), FromPid :: vterm:pid_t(), ToPid :: vterm:pid_t(), T :: t().
-spec sequence_id(T) -> vdist:sequence_id() when T :: t().