26 #ifndef NFD_TOOLS_NFDC_CS_MODULE_HPP
27 #define NFD_TOOLS_NFDC_CS_MODULE_HPP
32 #include <ndn-cxx/mgmt/nfd/cs-info.hpp>
36 using ndn::nfd::CsInfo;
62 const std::function<
void()>& onSuccess,
63 const ndn::nfd::DatasetFailureCallback& onFailure,
64 const CommandOptions& options)
override;
Context for command execution.