Message PastryFindNodeExtData

File: Overlay/Pastry/PastryMessage.msg

(no description)

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
joinHopCount int

Source code:

message PastryFindNodeExtData extends cMessage
{
    fields:
        TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE;
	int joinHopCount = 0;
};