summaryrefslogtreecommitdiff
path: root/src/dev/net/dist_etherlink.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/net/dist_etherlink.cc')
-rw-r--r--src/dev/net/dist_etherlink.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/net/dist_etherlink.cc b/src/dev/net/dist_etherlink.cc
index 01f21d136..477ad61b3 100644
--- a/src/dev/net/dist_etherlink.cc
+++ b/src/dev/net/dist_etherlink.cc
@@ -72,7 +72,7 @@
using namespace std;
DistEtherLink::DistEtherLink(const Params *p)
- : EtherObject(p), linkDelay(p->delay)
+ : SimObject(p), linkDelay(p->delay)
{
DPRINTF(DistEthernet,"DistEtherLink::DistEtherLink() "
"link delay:%llu ticksPerByte:%f\n", p->delay, p->speed);