diff options
Diffstat (limited to 'src/sim/root.hh')
-rw-r--r-- | src/sim/root.hh | 4 |
1 files changed, 4 insertions, 0 deletions
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__ |