management: NFD Status

refs #1199

Change-Id: I65ca4be685d3a9249488025813e00b9212e6abcc
diff --git a/src/encoding/tlv-nfd.hpp b/src/encoding/tlv-nfd.hpp
index 0f199ff..cb89709 100644
--- a/src/encoding/tlv-nfd.hpp
+++ b/src/encoding/tlv-nfd.hpp
@@ -10,6 +10,8 @@
 #ifndef NDN_TLV_NFD_HPP
 #define NDN_TLV_NFD_HPP
 
+#include "../common.hpp"
+
 namespace ndn {
 namespace tlv {
 namespace nfd {
@@ -32,7 +34,7 @@
   // Face Management Protocol
   FaceManagementOptions = 108,
   Uri                   = 114,
-  
+
   // Strategy Choice Protocol
   StrategyChoiceOptions = 115,
   Strategy              = 107,
@@ -46,6 +48,19 @@
   FaceEvent                    = 192,
   FaceEventKind                = 193,
 
+  // Forwarder status
+  NfdVersion           = 128,
+  StartTimestamp       = 129,
+  CurrentTimestamp     = 130,
+  NNameTreeEntries     = 131,
+  NFibEntries          = 132,
+  NPitEntries          = 133,
+  NMeasurementsEntries = 134,
+  NCsEntries           = 135,
+  NInInterests         = TotalIncomingInterestCounter,
+  NOutInterests        = TotalOutgoingInterestCounter,
+  NInDatas             = TotalIncomingDataCounter,
+  NOutDatas            = TotalOutgoingDataCounter
 };
 
 enum {