Message StabilizeResponse

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
preNode NodeHandle

the predecessor of the message originator

Source code:

message StabilizeResponse extends BaseResponseMessage
{
    fields:
    	NodeHandle preNode;	// the predecessor of the message originator
};