Message RequestIpMessage

File: Overlay/YMMOG/YMMOGMessage.msg

Message used to ask for an IPAddress 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 SubSpace the requested IPAddress belongs to

nodeType int

the nodeType of the requested IPAddress (currently only RESPONSIBLENODE)

requestedIp IPAddress

the requested IPAddress

Source code:

message RequestIpMessage extends YMMOGMessage {
    fields:
        int subSpaceId;    // the SubSpace the requested IPAddress belongs to
        int nodeType;    // the nodeType of the requested IPAddress (currently only RESPONSIBLENODE)
        IPAddress requestedIp;    // the requested IPAddress
}