File: Common/CommonMessages.msg
Author: Bernhard Heep
Message type for KBR route calls
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
CommonAPIMessage | Author: Bernhard Heep |
Name | Type | Description |
---|---|---|
destKey | OverlayKey | the destination key |
destComp | int | destination component |
srcComp | int | source component |
hint | TransportAddress | first hop, usually unspecified |
message KBRroute extends CommonAPIMessage { fields: OverlayKey destKey; // the destination key int destComp enum(CompType); // destination component int srcComp enum(CompType); // source component TransportAddress hint; // first hop, usually unspecified };