Renamed OpClass enum members: they all end in 'Op' now.
[gem5.git] / dev / etherbus.hh
index f7f6333038e48561b7c23c828e29e611ed660618..9ef47780811bfb649773dc622ec71b04709d4d7e 100644 (file)
@@ -73,7 +73,7 @@ class EtherBus : public SimObject
     void txDone();
     void reg(EtherInt *dev);
     bool busy() const { return (bool)packet; }
-    bool send(EtherInt *sender, PacketPtr packet);
+    bool send(EtherInt *sender, PacketPtr &packet);
 };
 
 #endif // __ETHERBUS_H__