mgmt: StatusServer uses ndn::nfd::ForwarderStatus
refs #1422
Change-Id: Iea201b62391ecb2e4376ad85c5dcfefed4500515
diff --git a/daemon/mgmt/status-server.hpp b/daemon/mgmt/status-server.hpp
index c9a14f5..de0b810 100644
--- a/daemon/mgmt/status-server.hpp
+++ b/daemon/mgmt/status-server.hpp
@@ -8,7 +8,7 @@
#define NFD_MGMT_STATUS_SERVER_HPP
#include "mgmt/app-face.hpp"
-#include <ndn-cpp-dev/management/nfd-status.hpp>
+#include <ndn-cpp-dev/management/nfd-forwarder-status.hpp>
namespace nfd {
@@ -23,7 +23,7 @@
void
onInterest(const Interest& interest) const;
- shared_ptr<ndn::nfd::Status>
+ shared_ptr<ndn::nfd::ForwarderStatus>
collectStatus() const;
private: