26#ifndef NFD_TOOLS_NFDC_FIB_MODULE_HPP
27#define NFD_TOOLS_NFDC_FIB_MODULE_HPP
31#include <ndn-cxx/mgmt/nfd/fib-entry.hpp>
35using ndn::nfd::FibEntry;
36using ndn::nfd::NextHopRecord;
47 const std::function<
void()>& onSuccess,
48 const ndn::nfd::DatasetFailureCallback& onFailure,
49 const CommandOptions& options)
override;
72 std::vector<FibEntry> m_status;