26 #ifndef NFD_DAEMON_MGMT_FORWARDER_STATUS_MANAGER_HPP 27 #define NFD_DAEMON_MGMT_FORWARDER_STATUS_MANAGER_HPP 30 #include <ndn-cxx/mgmt/nfd/forwarder-status.hpp> 46 ndn::nfd::ForwarderStatus
47 collectGeneralStatus();
52 listGeneralStatus(
const Name& topPrefix,
const Interest& interest,
53 ndn::mgmt::StatusDatasetContext& context);
57 Dispatcher& m_dispatcher;
58 time::system_clock::TimePoint m_startTimestamp;
63 #endif // NFD_DAEMON_MGMT_FORWARDER_STATUS_MANAGER_HPP
implement the Forwarder Status of NFD Management Protocol.
ForwarderStatusManager(Forwarder &forwarder, Dispatcher &dispatcher)
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...