summaryrefslogtreecommitdiff
path: root/dev/ethertap.hh
diff options
context:
space:
mode:
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 1fe368085..9c77a4a4f 100644
--- a/dev/ethertap.hh
+++ b/dev/ethertap.hh
@@ -70,7 +70,7 @@ class EtherTap : public EtherInt
std::queue<PacketPtr> packetBuffer;
void process(int revent);
- void enqueue(EtherPacket *packet);
+ void enqueue(PacketData *packet);
void retransmit();
/*