View | Details | Raw Unified | Return to bug 959
Collapse All | Expand All

(-)a/src/simulator/realtime-simulator-impl.cc (-1 / +1 lines)
 Lines 528-534    Link Here 
528
    NS_LOG_LOGIC ("handle " << next.key.m_ts);
528
    NS_LOG_LOGIC ("handle " << next.key.m_ts);
529
    m_currentTs = next.key.m_ts;
529
    m_currentTs = next.key.m_ts;
530
    m_currentContext = next.key.m_context;
530
    m_currentContext = next.key.m_context;
531
    m_currentUid = next.key.m_ts;
531
    m_currentUid = next.key.m_uid;
532
    event = next.impl;
532
    event = next.impl;
533
  }
533
  }
534
  event->Invoke ();
534
  event->Invoke ();

Return to bug 959