Message UpdateRespIpMessage

File: Overlay/YMMOG/YMMOGMessage.msg

Message used to inform about a new responsible IPAddress for 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 SubSpace with the new responsible IPAddress

direction int
updatedIp IPAddress

the new responsible IPAddress

Source code:

message UpdateRespIpMessage extends YMMOGMessage {
    fields:
        int subSpaceId;    // the SubSpace with the new responsible IPAddress
        int direction;    
        IPAddress updatedIp;    // the new responsible IPAddress
}