summaryrefslogtreecommitdiff
path: root/dev/ethertap.hh
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2004-02-03 11:24:03 -0500
committerNathan Binkert <binkertn@umich.edu>2004-02-03 11:24:03 -0500
commit85bc028185830fb534c10c244d5f39fcfe8c4da6 (patch)
tree59a830bc1aa9e0623cb997f20437925c300aff06 /dev/ethertap.hh
parent5164de4a03422090b253404a11b069d7d588c55e (diff)
parent368e6e3e570430b207b0194290242a2f98e565ca (diff)
downloadgem5-85bc028185830fb534c10c244d5f39fcfe8c4da6.tar.xz
merge
--HG-- extra : convert_revision : 47425264e672f727cbb13aa7b9bb2a67790b25e8
Diffstat (limited to 'dev/ethertap.hh')
-rw-r--r--dev/ethertap.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ethertap.hh b/dev/ethertap.hh
index e2b1f640f..0b853a11d 100644
--- a/dev/ethertap.hh
+++ b/dev/ethertap.hh
@@ -94,7 +94,7 @@ class EtherTap : public EtherInt
EtherTap(const std::string &name, EtherDump *dump, int port, int bufsz);
virtual ~EtherTap();
- virtual bool recvPacket(PacketPtr packet);
+ virtual bool recvPacket(PacketPtr &packet);
virtual void sendDone();
virtual void serialize(std::ostream &os);