File: Overlay/Pastry/PastryMessage.msg
Base message for all messages used by Pastry
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseOverlayMessage | Base class for all messages handled by overlay modules |
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 |
Name | Type | Description |
---|---|---|
pastryMsgType | int | the PastryMsgType |
message PastryMessage extends BaseOverlayMessage { fields: int pastryMsgType = PASTRY_MSG_STD; // the PastryMsgType };