]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/mem/PagePool.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / mem / PagePool.h
index e6d808a639802e52347d23daa1e49a5e00b2d734..09a0116974d8d581616a4e1d1f8ad54195ad0e04 100644 (file)
@@ -1,6 +1,9 @@
 /*
- * $Id$
+ * Copyright (C) 1996-2015 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.
  */
 
 #ifndef SQUID_IPC_MEM_PAGE_POOL_H
@@ -47,7 +50,7 @@ public:
 private:
     Ipc::Mem::Pointer<PageStack> pageIndex; ///< free pages index
     /// number of shared memory pages used now for each purpose
-    AtomicWord *const theLevels;
+    Atomic::Word *const theLevels;
     char *const theBuf; ///< pages storage
 };
 
@@ -56,3 +59,4 @@ private:
 } // namespace Ipc
 
 #endif // SQUID_IPC_MEM_PAGE_POOL_H
+