Struct LocatorSelectorEntry::EntryState

Nested Relationships

This struct is a nested type of Struct LocatorSelectorEntry.

Struct Documentation

struct EntryState

Holds the selection state of the locators held by a LocatorSelectorEntry

Public Functions

inline EntryState(size_t max_unicast_locators, size_t max_multicast_locators)

Construct an EntryState object.

Parameters:
  • max_unicast_locators – Maximum number of unicast locators to held by parent LocatorSelectorEntry.

  • max_multicast_locators – Maximum number of multicast locators to held by parent LocatorSelectorEntry.

Public Members

ResourceLimitedVector<size_t> unicast

Unicast locators selection state.

ResourceLimitedVector<size_t> multicast

Multicast locators selection state.