bug 959: Simulation never finishes when using RealtimeSimulatorImpl
authorAlina Quereilhac <aquereilhac@gmail.com>
Mon, 16 Aug 2010 08:32:37 -0700
changeset 6577 bcf8ecccfe23
parent 6576 29512368dd2e
child 6578 14019c625ab8
bug 959: Simulation never finishes when using RealtimeSimulatorImpl
src/simulator/realtime-simulator-impl.cc
--- a/src/simulator/realtime-simulator-impl.cc	Mon Aug 16 08:30:29 2010 -0700
+++ b/src/simulator/realtime-simulator-impl.cc	Mon Aug 16 08:32:37 2010 -0700
@@ -518,7 +518,7 @@
     NS_LOG_LOGIC ("handle " << next.key.m_ts);
     m_currentTs = next.key.m_ts;
     m_currentContext = next.key.m_context;
-    m_currentUid = next.key.m_ts;
+    m_currentUid = next.key.m_uid;
     event = next.impl;
   }
   event->Invoke ();