Message PastryStateMessage

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:

PastryMessage (no description)

Fields:

Name Type Description
pastryStateMsgType int
sender NodeHandle
routingTable NodeHandle[]
leafSet NodeHandle[]
neighborhoodSet NodeHandle[]
joinHopCount int
lastHop bool
timestamp simtime_t

Source code:

message PastryStateMessage extends PastryMessage
{
    fields:
	int pastryStateMsgType = PASTRY_STATE_STD;
	NodeHandle sender = NodeHandle::UNSPECIFIED_NODE;
	NodeHandle routingTable[];
	NodeHandle leafSet[];
	NodeHandle neighborhoodSet[];
	int joinHopCount = 0;
	bool lastHop = false;
	simtime_t timestamp;
};