Message StabilizeMessage

File: Overlay/YMMOG/YMMOGMessage.msg

Message used to verify the RESPONSIBLENODE or the BACKUPNODE of a SubSpace

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:

YMMOGMessage

Base message for all messages used by YMMOG

Fields:

Name Type Description
subSpaceId int

the belonging SubSpaceId

nodeType int

verify RESPONSIBLENODE or BACKUPNODE?

correct bool

true if verification successfull

subSpace SubSpace

the belonging SubSpace

Source code:

message StabilizeMessage extends YMMOGMessage {
    fields:
        int subSpaceId;    // the belonging SubSpaceId
        int nodeType;    // verify RESPONSIBLENODE or BACKUPNODE?
        bool correct;    // true if verification successfull
        SubSpace subSpace;    // the belonging SubSpace
}