src/devices/mesh/mesh-point-device.cc
changeset 5126 8e06088a785d
parent 5125 b90c6c0af6a3
child 5127 c8de27730943
--- a/src/devices/mesh/mesh-point-device.cc	Tue Jul 21 12:51:09 2009 +0400
+++ b/src/devices/mesh/mesh-point-device.cc	Tue Jul 21 13:14:52 2009 +0400
@@ -441,6 +441,12 @@
     }
   }
 }
+MeshPointDevice::Statistics::Statistics () :
+  unicastData (0),
+  unicastDataBytes (0),
+  broadcastData (0),
+  broadcastDataBytes (0)
+{}
 
 void
 MeshPointDevice::Report (std::ostream & os) const