]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/IoAction.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / mgr / IoAction.h
index 479fe77c50d5cdef20b9f1518297ebf09cf161bd..32de0894e58801879e7bc30e24bae6570ff6dbd7 100644 (file)
@@ -1,8 +1,13 @@
 /*
- * DEBUG: section 16    Cache Manager API
+ * 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 16    Cache Manager API */
+
 #ifndef SQUID_MGR_IO_ACTION_H
 #define SQUID_MGR_IO_ACTION_H
 
@@ -12,7 +17,7 @@
 namespace Mgr
 {
 
-/// store server-side network read() size histograms
+/// store size histograms of network read() from peer server
 class IoActionData
 {
 public:
@@ -53,3 +58,4 @@ private:
 } // namespace Mgr
 
 #endif /* SQUID_MGR_IO_ACTION_H */
+