summaryrefslogtreecommitdiff
path: root/src/sim/drain.cc
AgeCommit message (Expand)Author
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-04-03sim: Handle cases where Drainable::resume() creates objectsAndreas Sandberg
2017-02-19sim: Ensure draining is deterministicAndreas Hansson
2015-12-11sim: Add additional debug information when drainingSascha Bischoff
2015-08-04sim: Initialize Drainable::_drainState to the system's stateAndreas Sandberg
2015-07-07sim: Refactor and simplify the drain APIAndreas Sandberg
2015-07-07sim: Decouple draining from the SimObject hierarchyAndreas Sandberg
2015-07-07sim: Make the drain state a global typed enumAndreas Sandberg
2012-11-02sim: Move the draining interface into a separate base classAndreas Sandberg