--- a/src/devices/mesh/dot11s/hwmp-protocol.cc Thu Aug 06 13:09:02 2009 +0400
+++ b/src/devices/mesh/dot11s/hwmp-protocol.cc Thu Aug 06 13:11:15 2009 +0400
@@ -1140,6 +1140,10 @@
plugin->second->ResetStats ();
}
}
-
+HwmpProtocol::QueuedPacket::QueuedPacket () :
+ pkt (0),
+ protocol (0),
+ inInterface (0)
+{}
} //namespace dot11s
} //namespace ns3
--- a/src/devices/mesh/dot11s/hwmp-protocol.h Thu Aug 06 13:09:02 2009 +0400
+++ b/src/devices/mesh/dot11s/hwmp-protocol.h Thu Aug 06 13:11:15 2009 +0400
@@ -145,7 +145,7 @@
uint32_t inInterface; ///< incoming device interface ID. (if packet has come from upper layers, this is Mesh point ID)
RouteReplyCallback reply; ///< how to reply
- QueuedPacket () : pkt (0), protocol (0), inInterface (0) {}
+ QueuedPacket ();
};
///\name Methods related to Queue/Dequeue procedures