Message KBRupdate

File: Common/CommonMessages.msg

Message type to inform overlay nodes about new or left nodes

Author: Bernhard Heep

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:

CommonAPIMessage

Base class for all common API message types

Fields:

Name Type Description
node NodeHandle

the node that has joined or left the overlay

joined bool

true if node has joined, false if node has left

Source code:

message KBRupdate extends CommonAPIMessage
{
    fields:
        NodeHandle node; // the node that has joined or left the overlay
        bool joined; // true if node has joined, false if node has left
};