summaryrefslogtreecommitdiff
path: root/src/dev/net/etherlink.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/net/etherlink.hh')
-rw-r--r--src/dev/net/etherlink.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/net/etherlink.hh b/src/dev/net/etherlink.hh
index 7a9870817..37fa16859 100644
--- a/src/dev/net/etherlink.hh
+++ b/src/dev/net/etherlink.hh
@@ -62,7 +62,7 @@ class Checkpoint;
/*
* Model for a fixed bandwidth full duplex ethernet link
*/
-class EtherLink : public EtherObject
+class EtherLink : public EtherObject, public SimObject
{
protected:
class Interface;