Packet PastryFindNodeExtData

File: src/overlay/pastry/PastryMessage.msg

C++ definition

Message used to find a Pastry node

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
sendStateTo TransportAddress

the sender of this message

joinHopCount int

counts the hops this message takes

Source code:

//
// Message used to find a Pastry node
//
packet PastryFindNodeExtData
{
    TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE;    // the sender of this message
    int joinHopCount = 0;    // counts the hops this message takes
}