[Ns-bugs] [Bug 636] New: src/core should not depend on src/simulator
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Mon Jul 13 00:15:49 PDT 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=636
Summary: src/core should not depend on src/simulator
Product: ns-3
Version: ns-3-dev
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: simulation core
AssignedTo: ns-bugs at isi.edu
ReportedBy: mathieu.lacage at sophia.inria.fr
CC: craigdo at ee.washington.edu
Estimated Hours: 0.0
names.cc now includes simulator.h: this should not happen because src/core is
not supposed to be using the simulator module directly. It's supposed to be the
other way around. There are a couple of options:
1) move this code in common which depends on both core and simulator
2) find a way to make names.cc not depend on simulator.h anymore
I can't think of other options for now.
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Ns-bugs
mailing list