File: Overlay/Pastry/PastryMessage.msg
Message used to inform about new PastryLeafs
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
cMessage | (unknown -- not in documented files) |
Name | Type | Description |
---|---|---|
leafs | NodeHandle[] | the new PastryLeafs |
message PastryNewLeafsMessage extends cMessage { fields: NodeHandle leafs[]; // the new PastryLeafs };