Bug 33

Summary: Add a Simulator::DisableSchedule method
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: coreAssignee: Mathieu Lacage <mathieu.lacage>
Status: RESOLVED INVALID    
Severity: enhancement CC: ns-bugs
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   

Description Mathieu Lacage 2007-05-31 09:41:42 UTC
this method would be a sort of "soft" way of stopping a simulation: it would set a boolean which would be checked before inserting an event in the event list. If the bool is true, no events are interted anymore.

I am not sure how different this method would be from Simulator::Stop or Simulator::StopAt.
Comment 1 Tom Henderson 2008-06-05 10:53:48 UTC
not a blocker (enhancement)
Comment 2 Mathieu Lacage 2009-11-23 08:24:43 UTC
I can't even remember what this would be used for and, again, this looks like a duplicate of the Simulator::Stop method