File: Common/CommonMessages.msg
Base class for all common API message types
Author: Bernhard Heep
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
KBRroute | Message type for KBR route calls |
KBRforward | Message type for KBR forward calls |
KBRdeliver | Message type for information sent from the overlay to the application |
KBRupdate | Message type to inform overlay nodes about new or left nodes |
Name | Type | Description |
---|---|---|
type | int | message type |
message CommonAPIMessage { fields: int type enum(CommonAPIMessageType) = COMMON_API_UNDEFINED; // message type };