Message LookupCall

File: Common/CommonMessages.msg

Internal RPC to ask overlay to start a lookup

Author: Ingmar Baumgart

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:

BaseCallMessage

A basic Remote-Procedure-Call message

Fields:

Name Type Description
key OverlayKey
numSiblings int

Source code:

message LookupCall extends BaseCallMessage {
    fields:
        OverlayKey key;
        int numSiblings;
};