26 #ifndef NFD_DAEMON_RIB_RIB_UPDATE_HPP
27 #define NFD_DAEMON_RIB_RIB_UPDATE_HPP
Represents a route that will be added to or removed from a namespace.
const Name & getName() const
const Route & getRoute() const
RibUpdate & setAction(Action action)
@ REMOVE_FACE
An update triggered by a face destruction notification.
RibUpdate & setName(const Name &name)
RibUpdate & setRoute(const Route &route)
Represents a route for a name prefix.
std::ostream & operator<<(std::ostream &os, const FibUpdate &update)