|
Bugzilla – Full Text Bug Listing |
| Summary: | csma/ipv6 examples duplicate NS_LOG_COMPONENT_DEFINE | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | John Abraham <john.abraham.in> |
| Component: | examples | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | jpelkey, ns-bugs, suresh.lalith |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
Similar case for wimax-simple.cc vs wimax-ipv4.cc first.cc vs nix-simple.cc (In reply to comment #1) > Similar case for > > wimax-simple.cc vs wimax-ipv4.cc > first.cc vs nix-simple.cc Could you post a patch for this? I think you could change the component defines based on the file name. For example, csma-raw-ip-socket.cc should be CsmaRawIpSocket. Fixed and committed. changeset 6892:dc8533a99c63 |
csma-raw-ip-socket.cc uses NS_LOG_COMPONENT_DEFINE ("CsmaPacketSocketExample"); which is already used by csma-packet-socket.cc Similar case for radvd-two-prefix.cc vs radvd.cc