File: Common/CommonAPIMessages.msg
C++ definition: click here
Author: Bernhard Heep
Message type for KBR forward 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 |
nextHopNode | NodeHandle | the proposed/changed next hop node |
message KBRforward extends CommonAPIMessage { fields: OverlayKey destKey; // the destination key NodeHandle nextHopNode; // the proposed/changed next hop node };