]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed raw page buffer type.
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 8 Apr 2011 00:07:18 +0000 (18:07 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 8 Apr 2011 00:07:18 +0000 (18:07 -0600)
src/ipc/mem/PagePool.h

index fdccf893577420b1f81c2d8cbb48d6ce68ab9e9d..7d45d3623f2b098de8f419932f0f6eeeda6f90e5 100644 (file)
@@ -45,7 +45,7 @@ private:
         const unsigned int theCapacity; ///< number of pages in the pool
         const unsigned int thePageSize; ///< page size
 
-        char *theBuf[]; ///< pages storage
+        char theBuf[]; ///< pages storage
     };
 
     PageStack pageIndex; ///< free pages index