File: Common/CommonMessages.msg
Author: Ingmar Baumgart
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseResponseMessage | A basic Remote-Procedure-Response message |
Name | Type | Description |
---|---|---|
key | OverlayKey | |
isValid | bool | |
siblings | NodeHandle[] | set of siblings |
message LookupResponse extends BaseResponseMessage { fields: OverlayKey key; bool isValid; NodeHandle siblings[]; // set of siblings };