]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreStats.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / StoreStats.cc
index 3998db33edf796cc4d597c46e66029d85605a94a..175b8a2bb1f4fb1e300d73c54078980ae04b8614 100644 (file)
@@ -1,19 +1,17 @@
 /*
- * DEBUG: section 20    Storage Manager Statistics
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
+/* DEBUG: section 20    Storage Manager Statistics */
+
 #include "squid.h"
 #include "StoreStats.h"
 #include "tools.h"
 
-/* StoreInfoStats */
-
-StoreInfoStats::StoreInfoStats()
-{
-    memset(this, 0, sizeof(*this));
-}
-
 StoreInfoStats &
 StoreInfoStats::operator +=(const StoreInfoStats &stats)
 {