]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/HierarchyLogEntry.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / HierarchyLogEntry.h
index 9bcd6d000aac6b0e2cea43de7b393fac047cdf30..8f05eff9ac331a226d49f728a4f309b3d5fb7127 100644 (file)
@@ -43,10 +43,10 @@ public:
     hier_code code;
     char host[SQUIDHOSTNAMELEN];
     ping_data ping;
-    char cd_host[SQUIDHOSTNAMELEN];    /* the host of selected by cd peer */
-    lookup_t cd_lookup;                /* cd prediction: none, miss, hit */
-    int n_choices;             /* #peers we selected from (cd only) */
-    int n_ichoices;            /* #peers with known rtt we selected from (cd only) */
+    char cd_host[SQUIDHOSTNAMELEN]; /* the host of selected by cd peer */
+    lookup_t cd_lookup;     /* cd prediction: none, miss, hit */
+    int n_choices;      /* #peers we selected from (cd only) */
+    int n_ichoices;     /* #peers with known rtt we selected from (cd only) */
 
     struct timeval peer_select_start;
 
@@ -64,3 +64,4 @@ private:
 };
 
 #endif /* SQUID_HTTPHIERARCHYLOGENTRY_H */
+