Message KBRroute

File: Common/CommonAPIMessages.msg

C++ definition: click here

Author: Bernhard Heep

Message type for KBR route calls

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

Author: Bernhard Heep

Fields:

Name Type Description
destKey OverlayKey

the destination key

hint NodeHandle

first hop, usually unspecified

Source code:

message KBRroute extends CommonAPIMessage
{
    fields:
	OverlayKey destKey; // the destination key
	NodeHandle hint;    // first hop, usually unspecified
};