represents a FIB update
More...
#include <daemon/rib/fib-update.hpp>
represents a FIB update
Definition at line 37 of file fib-update.hpp.
◆ Action
Enumerator |
---|
ADD_NEXTHOP | |
REMOVE_NEXTHOP | |
Definition at line 61 of file fib-update.hpp.
◆ FibUpdate()
nfd::rib::FibUpdate::FibUpdate |
( |
| ) |
|
|
inline |
◆ createAddUpdate()
FibUpdate nfd::rib::FibUpdate::createAddUpdate |
( |
const Name & |
name, |
|
|
const uint64_t |
faceId, |
|
|
const uint64_t |
cost |
|
) |
| |
|
static |
◆ createRemoveUpdate()
FibUpdate nfd::rib::FibUpdate::createRemoveUpdate |
( |
const Name & |
name, |
|
|
const uint64_t |
faceId |
|
) |
| |
|
static |
◆ operator==()
bool nfd::rib::FibUpdate::operator== |
( |
const FibUpdate & |
other | ) |
const |
|
inline |
◆ action
Action nfd::rib::FibUpdate::action |
◆ cost
uint64_t nfd::rib::FibUpdate::cost |
◆ faceId
uint64_t nfd::rib::FibUpdate::faceId |
◆ name
Name nfd::rib::FibUpdate::name |