changeset 5126 | 8e06088a785d |
parent 5125 | b90c6c0af6a3 |
child 5128 | d6e168eba404 |
--- a/src/devices/mesh/mesh-wifi-interface-mac.cc Tue Jul 21 12:51:09 2009 +0400 +++ b/src/devices/mesh/mesh-wifi-interface-mac.cc Tue Jul 21 13:14:52 2009 +0400 @@ -667,6 +667,13 @@ return m_mpAddress; } //Statistics: +MeshWifiInterfaceMac::Statistics::Statistics () : + recvBeacons (0), + sentFrames (0), + sentBytes (0), + recvFrames (0), + recvBytes (0) +{} void MeshWifiInterfaceMac::Statistics::Print (std::ostream & os) const {