changeset 5126 | 8e06088a785d |
parent 5123 | bdd3ae2a9816 |
child 5129 | 5688b8da4526 |
--- a/src/devices/mesh/mesh-wifi-interface-mac.h Tue Jul 21 12:51:09 2009 +0400 +++ b/src/devices/mesh/mesh-wifi-interface-mac.h Tue Jul 21 13:14:52 2009 +0400 @@ -237,13 +237,7 @@ uint32_t recvFrames; uint32_t recvBytes; void Print (std::ostream & os) const; - Statistics () : - recvBeacons (0), - sentFrames (0), - sentBytes (0), - recvFrames (0), - recvBytes (0) - {} + Statistics (); }; Statistics m_stats; ///\}