[Ns-bugs] [Bug 1088] Code in scratch directory assumes all modules are enabled

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Mon Apr 4 09:29:58 PDT 2011


http://www.nsnam.org/bugzilla/show_bug.cgi?id=1088

--- Comment #4 from Mitch Watrous <watrous at u.washington.edu> 2011-04-04 12:29:57 EDT ---
I am proposing to remove the existing scratch programs from Mercurial and then
add the following very simple program (scratch-simulator.cc) to the scratch
directory that only depends on core:

#include "ns3/core-module.h"

NS_LOG_COMPONENT_DEFINE ("ScratchSimulator");

using namespace ns3;

int 
main (int argc, char *argv[])
{
  NS_LOG_UNCOND ("Scratch Simulator");
}

-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Ns-bugs mailing list