From eb4e4b6b059134da934dc50aa3c7942d3c264074 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Wed, 26 Sep 2007 18:28:42 +0100 Subject: [PATCH] Enable ASCII tracing unconditionally, now that the associated problem is fixed in OLSR. --- examples/simple-point-to-point-olsr.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/simple-point-to-point-olsr.cc b/examples/simple-point-to-point-olsr.cc index d13addbf8..b4343acfe 100644 --- a/examples/simple-point-to-point-olsr.cc +++ b/examples/simple-point-to-point-olsr.cc @@ -212,12 +212,10 @@ main (int argc, char *argv[]) // Configure tracing of all enqueue, dequeue, and NetDevice receive events // Trace output will be sent to the simple-point-to-point.tr file -#if 0 // causes: assert failed. file=../src/common/packet-metadata.cc, line=1043, cond="GetTotalSize () == data.GetSize ()" NS_LOG_INFO ("Configure Tracing."); AsciiTrace asciitrace ("simple-point-to-point-olsr.tr"); asciitrace.TraceAllQueues (); asciitrace.TraceAllNetDeviceRx (); -#endif // Also configure some tcpdump traces; each interface will be traced // The output files will be named