26 #ifndef NFD_TOOLS_NFDC_FORWARDER_GENERAL_MODULE_HPP
27 #define NFD_TOOLS_NFDC_FORWARDER_GENERAL_MODULE_HPP
31 #include <ndn-cxx/mgmt/nfd/forwarder-status.hpp>
35 using ndn::nfd::ForwarderStatus;
46 const std::function<
void()>& onSuccess,
47 const ndn::nfd::DatasetFailureCallback& onFailure,
48 const CommandOptions& options)
override;
71 ForwarderStatus m_status;