File: Overlay/Chord/ChordMessage.msg
(no description)
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 |
---|---|---|
dBNode | NodeHandle | |
sucNum | int | number of entries in the successor list |
sucNode | NodeHandle[] | successor list of the message originator |
message DeBruijnResponse extends BaseResponseMessage { fields: NodeHandle dBNode; int sucNum; // number of entries in the successor list NodeHandle sucNode[]; // successor list of the message originator };