commit | eb43c0e1c4b5e20d3951665b8b16a9577cc30908 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 14 17:11:41 2014 -0800 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Feb 17 14:47:47 2019 -0500 |
tree | d2fa1380e77ae1d5f0bf44c41cdbab97a9b8e0cd | |
parent | cc4dc1efb1715e1424ee1fe15ffdd54bb8a3d989 [diff] [blame] |
[ndnSIM] core: Partial emulation of boost::asio::io_service for NS-3 This commit assumes that ndn::Scheduler is redirected to ns3::Simulator routines inside the ndn-cxx library. Change-Id: Ib987f09f76a5d2103365312261fc5a2eba7024d2
diff --git a/core/scheduler.hpp b/core/scheduler.hpp index 3ad448b..a8bb94a 100644 --- a/core/scheduler.hpp +++ b/core/scheduler.hpp
@@ -51,6 +51,9 @@ eventId.cancel(); } +void +resetGlobalScheduler(); + } // namespace scheduler } // namespace nfd