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