Message PathNotifyMsg

File: Network/RSVP_TE/SignallingMsg.msg

C++ definition: click here

FIXME missing documentation

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.

PathNotifyMsg SignallingMsg

Extends:

SignallingMsg

FIXME missing documentation

Fields:

Name Type Description
session SessionObj_t
sender SenderTemplateObj_t
status int
command int

Source code:

message PathNotifyMsg extends SignallingMsg
{
    fields:
        SessionObj_t session;
        SenderTemplateObj_t sender;

        int status;

        int command = MSG_PATH_NOTIFY;
};