table: set/getStrategyInfo on FIB/PIT entities
refs #1241
Change-Id: I20f509384a0a046962c3debf3a53a1fc2a01b3bc
diff --git a/daemon/table/fib-nexthop.hpp b/daemon/table/fib-nexthop.hpp
index 5961b42..41c121b 100644
--- a/daemon/table/fib-nexthop.hpp
+++ b/daemon/table/fib-nexthop.hpp
@@ -9,6 +9,7 @@
#include "common.hpp"
#include "face/face.hpp"
+#include "strategy-info-host.hpp"
namespace nfd {
namespace fib {
@@ -16,9 +17,10 @@
/** \class NextHop
* \brief represents a nexthop record in FIB entry
*/
-class NextHop
+class NextHop : public StrategyInfoHost
{
public:
+ explicit
NextHop(shared_ptr<Face> face);
NextHop(const NextHop& other);