26 #ifndef NFD_TOOLS_NDN_AUTOCONFIG_MULTICAST_DISCOVERY_HPP 27 #define NFD_TOOLS_NDN_AUTOCONFIG_MULTICAST_DISCOVERY_HPP 30 #include <ndn-cxx/face.hpp> 31 #include <ndn-cxx/mgmt/nfd/controller.hpp> 32 #include <ndn-cxx/mgmt/nfd/face-status.hpp> 36 namespace autoconfig {
61 static const std::string STAGE_NAME(
"multicast discovery");
70 registerHubDiscoveryPrefix(
const std::vector<nfd::FaceStatus>& dataset);
83 nfd::Controller& m_controller;
86 int m_nRegSuccess = 0;
87 int m_nRegFailure = 0;
94 #endif // NFD_TOOLS_NDN_AUTOCONFIG_MULTICAST_DISCOVERY_HPP
Copyright (c) 2014-2017, Regents of the University of California, Arizona Board of Regents...