equal
deleted
inserted
replaced
19 */ |
19 */ |
20 |
20 |
21 #include "radvd-interface.h" |
21 #include "radvd-interface.h" |
22 #include <ns3/log.h> |
22 #include <ns3/log.h> |
23 |
23 |
|
24 namespace ns3 |
|
25 { |
|
26 |
24 NS_LOG_COMPONENT_DEFINE ("RadvdInterface"); |
27 NS_LOG_COMPONENT_DEFINE ("RadvdInterface"); |
25 |
|
26 namespace ns3 |
|
27 { |
|
28 |
28 |
29 RadvdInterface::RadvdInterface (uint32_t interface) |
29 RadvdInterface::RadvdInterface (uint32_t interface) |
30 : m_interface (interface) |
30 : m_interface (interface) |
31 { |
31 { |
32 NS_LOG_FUNCTION (this << interface); |
32 NS_LOG_FUNCTION (this << interface); |