nlsr::FibEntry Struct Reference

#include <fib.hpp>

+ Collaboration diagram for nlsr::FibEntry:

Public Attributes

ndn::Name name
 
NextHopsUriSortedSet nexthopSet
 
ndn::scheduler::ScopedEventId refreshEventId
 
int32_t seqNo = 1
 

Detailed Description

Definition at line 36 of file fib.hpp.

Member Data Documentation

◆ name

ndn::Name nlsr::FibEntry::name

Definition at line 38 of file fib.hpp.

◆ nexthopSet

NextHopsUriSortedSet nlsr::FibEntry::nexthopSet

Definition at line 41 of file fib.hpp.

◆ refreshEventId

ndn::scheduler::ScopedEventId nlsr::FibEntry::refreshEventId

Definition at line 39 of file fib.hpp.

◆ seqNo

int32_t nlsr::FibEntry::seqNo = 1

Definition at line 40 of file fib.hpp.