Message FixfingersResponse

File: Overlay/Chord/ChordMessage.msg

(no description)

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
finger int

the number of the finger to update

sucNode NodeHandle

the successor of the message originator

Source code:

message FixfingersResponse extends BaseResponseMessage
{
    fields:
        int finger;		// the number of the finger to update
        NodeHandle sucNode;     // the successor of the message originator
};