Bug 1999 - Remote p2p channel do not call p2p channel constructor
Remote p2p channel do not call p2p channel constructor
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: point-to-point
pre-release
All All
: P5 trivial
Assigned To: natale.patriciello
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-03 10:00 UTC by natale.patriciello
Modified: 2015-12-17 06:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description natale.patriciello 2014-10-03 10:00:29 UTC
PointToPointRemoteChannel::PointToPointRemoteChannel ()
{
}


.. do you see anything missing?

Trivial to fix:

PointToPointRemoteChannel::PointToPointRemoteChannel () : PointToPointChannel ()
{
}
Comment 1 natale.patriciello 2015-12-17 06:45:48 UTC
Fixed in 11790:e9251369f09e