From 70d7d6cc7f7c25d43f0dc56fe133073eb4a97298 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Tue, 5 Jun 2012 01:23:10 -0400 Subject: sim: Provide a framework for detecting out of data checkpoints and migrating them. --- src/sim/root.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/sim/root.hh') diff --git a/src/sim/root.hh b/src/sim/root.hh index 3c3b3c2f3..6a7b5dc93 100644 --- a/src/sim/root.hh +++ b/src/sim/root.hh @@ -111,6 +111,10 @@ class Root : public SimObject /** Schedule the timesync event at initState() when not unserializing */ void initState(); + + virtual void serialize(std::ostream &os); + virtual void unserialize(Checkpoint *cp, const std::string §ion); + }; #endif // __SIM_ROOT_HH__ -- cgit v1.2.3