re-enable ascii trace output by default

Mathieu Lacage 2007-05-01 11:38:30 +02:00
parent a49c5e804c
commit 47c1f224dc
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ int main (int argc, char *argv[])
// 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 ();