Message KBRroute

File: Common/CommonMessages.msg

Message type for KBR route calls

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
destKey OverlayKey

the destination key

destComp int

destination component

srcComp int

source component

sourceRoute TransportAddress[]

source route or hint

routingType int

routing type

Source code:

message KBRroute extends CommonAPIMessage
{
    fields:
        OverlayKey destKey;                // the destination key
        int destComp enum(CompType);       // destination component
        int srcComp enum(CompType);        // source component
        TransportAddress sourceRoute[];    // source route or hint
        int routingType enum(RoutingType); // routing type
};