26 #ifndef NFD_DAEMON_MGMT_FORWARDER_STATUS_MANAGER_HPP
27 #define NFD_DAEMON_MGMT_FORWARDER_STATUS_MANAGER_HPP
31 #include <ndn-cxx/mgmt/nfd/forwarder-status.hpp>
47 ndn::nfd::ForwarderStatus
48 collectGeneralStatus();
54 listGeneralStatus(ndn::mgmt::StatusDatasetContext& context);
58 Dispatcher& m_dispatcher;
59 time::system_clock::time_point m_startTimestamp;
Main class of NFD's forwarding engine.
Implements the Forwarder Status of NFD Management Protocol.
ForwarderStatusManager(Forwarder &forwarder, Dispatcher &dispatcher)