Message PastryNewLeafsMessage

File: Overlay/Pastry/PastryMessage.msg

Message used to inform about new PastryLeafs

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
leafs NodeHandle[]

the new PastryLeafs

Source code:

message PastryNewLeafsMessage extends cMessage
{
    fields:
        NodeHandle leafs[];    // the new PastryLeafs
};