changeset 5132 | aee541a30256 |
parent 5130 | b5062e8e0da1 |
child 5135 | 10c2f3ae8c2f |
5131:0fc1bad6a4ab | 5132:aee541a30256 |
---|---|
24 #include "ns3/test.h" |
24 #include "ns3/test.h" |
25 #include "ns3/log.h" |
25 #include "ns3/log.h" |
26 |
26 |
27 #include "hwmp-rtable.h" |
27 #include "hwmp-rtable.h" |
28 |
28 |
29 namespace ns3 |
29 namespace ns3 { |
30 { |
30 namespace dot11s { |
31 namespace dot11s |
|
32 { |
|
33 |
31 |
34 NS_LOG_COMPONENT_DEFINE ("HwmpRtable"); |
32 NS_LOG_COMPONENT_DEFINE ("HwmpRtable"); |
35 |
33 |
36 NS_OBJECT_ENSURE_REGISTERED (HwmpRtable); |
34 NS_OBJECT_ENSURE_REGISTERED (HwmpRtable); |
37 |
35 |