X86: Rework interrupt pins to allow one to many connections.
[gem5.git] / src / dev / etherdump.hh
index 1027ce4d01b9b01b9179120723ad087ce647870c..733e61c97db9a1636e1cd70a086251df42641c4f 100644 (file)
@@ -46,7 +46,7 @@
 class EtherDump : public SimObject
 {
   private:
-    std::ofstream stream;
+    std::ostream *stream;
     const int maxlen;
     void dumpPacket(EthPacketPtr &packet);
     void init();