View Source vdist_dop_exit2_tt (erldist_filter v1.28.5)

Summary

Types

-type t() ::
    #vdist_dop_exit2_tt{from_pid :: vterm:pid_t(),
                        to_pid :: vterm:pid_t(),
                        trace_token :: vterm:t(),
                        reason :: vterm: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().
Link to this function

new(FromPid, ToPid, TraceToken, Reason)

View Source
-spec new(FromPid, ToPid, TraceToken, Reason) -> T
       when
           FromPid :: vterm:pid_t(),
           ToPid :: vterm:pid_t(),
           TraceToken :: vterm:t(),
           Reason :: vterm:t(),
           T :: t().
-spec sequence_id(T) -> vdist:sequence_id() when T :: t().