File: Overlay/Chord/ChordMessage.msg
Message used to answer to a FixfingersCall message
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 |
---|---|---|
finger | int | the number of the finger to update |
sucNode | NodeHandle[] | the successor of the message originator |
message FixfingersResponse extends BaseResponseMessage { fields: int finger; // the number of the finger to update NodeHandle sucNode[]; // the successor of the message originator };