Message PastryRepairRequestMessage

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
sendStateTo TransportAddress

Source code:

message PastryRepairRequestMessage extends PastryMessage
{
    fields:
	TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE;
};