summaryrefslogtreecommitdiff
path: root/dev/ethertap.hh
diff options
context:
space:
mode:
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__