[Ns-bugs] [Bug 43] New: Remove the const after the DoAddDevice function in the node.h file
bugzilla-daemon@nsnam-www.ece.gatech.edu
bugzilla-daemon at nsnam-www.ece.gatech.edu
Mon Jul 2 18:04:33 PDT 2007
http://www.nsnam.org/bugzilla/show_bug.cgi?id=43
Summary: Remove the const after the DoAddDevice function in the
node.h file
Product: ns-3
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: major
Priority: P3
Component: node module
AssignedTo: ns-bugs at isi.edu
ReportedBy: emmanuelle.laprise at bluekazoo.ca
This patch removes the const after the DoAddDevice function because it is used
to
add a callback on the packet receive function. But, in some cases (ie
ethernet learning), it is going to be needed to have a non-const
function that is called on packet reception.
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Ns-bugs
mailing list