]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/cache_diff.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / cache_diff.cc
index 3c44eb441f08cc1a21c057a8a9967c07aa402e48..1b4d1d829967365cdd3ada6c18d60495217e97e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
 typedef struct {
     const char *name;
     hash_table *hash;
-    int count;                 /* #currently cached entries */
-    int scanned_count;         /* #scanned entries */
-    int bad_add_count;         /* #duplicate adds */
-    int bad_del_count;         /* #dels with no prior add */
+    int count;          /* #currently cached entries */
+    int scanned_count;      /* #scanned entries */
+    int bad_add_count;      /* #duplicate adds */
+    int bad_del_count;      /* #dels with no prior add */
 } CacheIndex;
 
 typedef struct _CacheEntry {
@@ -277,3 +277,4 @@ main(int argc, char *argv[])
 
     return 1;
 }
+