|
Bugzilla – Full Text Bug Listing |
| Summary: | Remote p2p channel do not call p2p channel constructor | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | natale.patriciello |
| Component: | point-to-point | Assignee: | natale.patriciello |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | ||
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
Fixed in 11790:e9251369f09e |
PointToPointRemoteChannel::PointToPointRemoteChannel () { } .. do you see anything missing? Trivial to fix: PointToPointRemoteChannel::PointToPointRemoteChannel () : PointToPointChannel () { }