Message LookupResponse

File: Common/CommonMessages.msg

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:

BaseResponseMessage

A basic Remote-Procedure-Response message

Fields:

Name Type Description
key OverlayKey
isValid bool
siblings NodeHandle[]

set of siblings

Source code:

message LookupResponse extends BaseResponseMessage {
    fields:
        OverlayKey key;
        bool isValid;
        NodeHandle siblings[];   // set of siblings
};