File: Overlay/Pastry/PastryMessage.msg
Message used to join a pastry overlay
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
PastryMessage | Base message for all messages used by Pastry |
Name | Type | Description |
---|---|---|
sendStateTo | TransportAddress | TransportAddress of the node that wants to join int joinHopCount = 0; // counts the hops this message takes |
message PastryJoinMessage extends PastryMessage { fields: TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE; // TransportAddress of the node that wants to join //int joinHopCount = 0; // counts the hops this message takes };