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 |
---|---|---|
pastryStateMsgType | int | |
sender | TransportAddress | |
routingTable | NodeHandle[] | |
leafSet | NodeHandle[] | |
neighborhoodSet | NodeHandle[] | |
joinHopCount | int | |
lastHop | bool | |
timestamp | simtime_t |
message PastryStateMessage extends PastryMessage { fields: int pastryStateMsgType = PASTRY_STATE_STD; TransportAddress sender = TransportAddress::UNSPECIFIED_NODE; NodeHandle routingTable[]; NodeHandle leafSet[]; NodeHandle neighborhoodSet[]; int joinHopCount = 0; bool lastHop = false; simtime_t timestamp; };