Class TEDChangeInfo

File: Network/TED/TED.msg

Data structure supplied with NF_TED_CHANGE NotificationBoard notifications. This triggers the link state protocol to send out up-to-date link state info about the given links.

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.

Fields:

Name Type Description
tedLinkIndices int[]

Source code:

class TEDChangeInfo
{
    fields:
        int tedLinkIndices[];
};