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