22 #ifndef NLSR_SIGNALS_HPP 23 #define NLSR_SIGNALS_HPP 26 #include <ndn-cxx/util/signal.hpp> 27 #include <ndn-cxx/name.hpp> 32 class RoutingTableEntry;
33 class SyncLogicHandler;
36 using OnNewLsa = ndn::util::Signal<SyncLogicHandler, const ndn::Name&, const uint64_t&>;
40 #endif // NLSR_SIGNALS_HPP ndn::util::Signal< SyncLogicHandler, const ndn::Name &, const uint64_t & > OnNewLsa
Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California.
Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California, Arizona Board of Regents.
ndn::util::Signal< RoutingTable, const std::list< RoutingTableEntry > & > AfterRoutingChange