table: set/getStrategyInfo on FIB/PIT entities
refs #1241
Change-Id: I20f509384a0a046962c3debf3a53a1fc2a01b3bc
diff --git a/daemon/table/pit-face-record.hpp b/daemon/table/pit-face-record.hpp
index b51c0bc..2068729 100644
--- a/daemon/table/pit-face-record.hpp
+++ b/daemon/table/pit-face-record.hpp
@@ -9,6 +9,7 @@
#include "face/face.hpp"
#include "core/time.hpp"
+#include "strategy-info-host.hpp"
namespace nfd {
namespace pit {
@@ -19,7 +20,7 @@
* \note This is an implementation detail to extract common functionality
* of InRecord and OutRecord
*/
-class FaceRecord
+class FaceRecord : public StrategyInfoHost
{
public:
explicit