examples/simple-p2p.cc
changeset 462 9f39ce362810
parent 461 3cde302c4300
child 473 7692c5266fe6
--- a/examples/simple-p2p.cc	Tue May 01 11:35:27 2007 +0200
+++ b/examples/simple-p2p.cc	Tue May 01 11:38:30 2007 +0200
@@ -155,7 +155,7 @@
 
   // Configure tracing of all enqueue, dequeue, and NetDevice receive events
   // Trace output will be sent to the simple-p2p.tr file
-#if 0
+#if 1
   AsciiTrace trace ("simple-p2p.tr");
   trace.TraceAllQueues ();
   trace.TraceAllNetDeviceRx ();