commit | e1bdc08302537ec9dbe70087caa62a538e138fe7 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Thu Oct 11 21:20:23 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Fri Oct 19 14:41:30 2018 -0400 |
tree | 2252c66f3b7ea58cce3448c7bc69f4e430ce863d | |
parent | 407d56982168836b76ff5f78ce13949214bb27b4 [diff] [blame] |
rib: stop using the global scheduler Change-Id: I0e205e2f1adf85be49b132b47791b27e4530697a Refs: #4528
diff --git a/rib/rib.hpp b/rib/rib.hpp index a2539b8..5beea2d 100644 --- a/rib/rib.hpp +++ b/rib/rib.hpp
@@ -38,8 +38,8 @@ class FibUpdater; - /** \brief references a route - */ +/** \brief references a route + */ struct RibRouteRef { shared_ptr<RibEntry> entry; @@ -68,8 +68,6 @@ Rib(); - ~Rib(); - void setFibUpdater(FibUpdater* updater);