]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/PingData.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / PingData.h
index 29c4cd1fad12a4614792700b6220d9325854b667..bbfff95a7d489220790a3a757c8780bc59509e6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -21,10 +21,11 @@ public:
     int n_sent;
     int n_recv;
     int n_replies_expected;
-    int timeout;               /* msec */
+    int timeout;        /* msec */
     int timedout;
     int w_rtt;
     int p_rtt;
 };
 
 #endif /* SQUID_PINGDATA_H */
+