File: Overlay/Chord/ChordMessage.msg
C++ definition: click here
(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.
ChordMessage | (no description) |
Name | Type | Description |
---|---|---|
srcNode | NodeHandle | nodehandle of the message originator |
preNode | NodeHandle | the predecessor of the message originator |
message NewSuccessorHintMessage extends ChordMessage { fields: NodeHandle srcNode; // nodehandle of the message originator NodeHandle preNode; // the predecessor of the message originator };