File: Overlay/Pastry/PastryMessage.msg
C++ definition: click here
(no description)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
PastryMessage | (no description) |
Name | Type | Description |
---|---|---|
sendStateTo | TransportAddress | |
joinHopCount | int |
message PastryJoinMessage extends PastryMessage { fields: TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE; int joinHopCount = 0; };