Message PastryMessage

File: Overlay/Pastry/PastryMessage.msg

Base message for all messages used by Pastry

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

BaseOverlayMessage

Base class for all messages handled by overlay modules

Known subclasses:

PastryJoinMessage

Message used to join a pastry overlay

PastryStateMessage

Message used to send a PastryState

PastryLeafsetMessage (no description)
PastryRoutingRowRequestMessage (no description)
PastryRoutingRowMessage (no description)
PastryRequestMessage

Message used to request PastryState or a Leafset

Fields:

Name Type Description
pastryMsgType int

the PastryMsgType

Source code:

message PastryMessage extends BaseOverlayMessage
{
    fields:
        int pastryMsgType = PASTRY_MSG_STD;    // the PastryMsgType
};