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

PastryRepairRequestMessage

Message used to request a repair

PastryStateRequestMessage

Message used to request a PastryState

PastryStateMessage

Message used to send a PastryState

Fields:

Name Type Description
pastryMsgType int

the PastryMsgType

Source code:

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