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