equal
deleted
inserted
replaced
218 inline NetDeviceStatistics & FindNetDeviceStatistics (int node, int interface); |
218 inline NetDeviceStatistics & FindNetDeviceStatistics (int node, int interface); |
219 |
219 |
220 void DoPause (std::string const &message); |
220 void DoPause (std::string const &message); |
221 |
221 |
222 bool m_stop; |
222 bool m_stop; |
223 EventId m_stopCallbackEvent; |
223 Time m_runUntil; |
224 void CallbackStopSimulation (); |
224 void CallbackStopSimulation (); |
225 }; |
225 }; |
226 |
226 |
227 |
227 |
228 } |
228 } |