summaryrefslogtreecommitdiff
path: root/dev/ethertap.hh
diff options
context:
space:
mode:
authorSteve Raasch <sraasch@umich.edu>2003-10-30 15:16:00 -0500
committerSteve Raasch <sraasch@umich.edu>2003-10-30 15:16:00 -0500
commit48ce8b70e62a203b3aff4bacc35a2657c64fb762 (patch)
tree9fd50bbb0d8ee1276746311fdc1dae41ab0dd653 /dev/ethertap.hh
parent9dac0d3c568d8767a2022afaaf958455df012e42 (diff)
downloadgem5-48ce8b70e62a203b3aff4bacc35a2657c64fb762.tar.xz
Add serialization (which Nate now says we probably don't need)
--HG-- extra : convert_revision : e075fafdf6e72a424110a120e24ca71cb44cfb03
Diffstat (limited to 'dev/ethertap.hh')
-rw-r--r--dev/ethertap.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/ethertap.hh b/dev/ethertap.hh
index 6e99bd91d..e2b1f640f 100644
--- a/dev/ethertap.hh
+++ b/dev/ethertap.hh
@@ -96,6 +96,9 @@ class EtherTap : public EtherInt
virtual bool recvPacket(PacketPtr packet);
virtual void sendDone();
+
+ virtual void serialize(std::ostream &os);
+ virtual void unserialize(Checkpoint *cp, const std::string &section);
};
#endif // __ETHERTAP_HH__