Message PastryFindNodeExtData

File: Overlay/Pastry/PastryMessage.msg

Message used to find a Pastry node

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

cMessage (unknown -- not in documented files)

Fields:

Name Type Description
sendStateTo TransportAddress

the sender of this message

joinHopCount int

counts the hops this message takes

Source code:

message PastryFindNodeExtData extends cMessage
{
    fields:
        TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE;    // the sender of this message
        int joinHopCount = 0;    // counts the hops this message takes
};