]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreSwapLogData.h
Author: wessels & Christos Tsantilas
[thirdparty/squid.git] / src / StoreSwapLogData.h
index 507eb39018585f7fdd2f9e276444e7bfdae53cc5..5babcaeedba695c4a838e425d70318217b586d3b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: StoreSwapLogData.h,v 1.3 2004/08/30 05:12:31 robertc Exp $
+ * $Id: StoreSwapLogData.h,v 1.4 2007/08/13 17:20:51 hno Exp $
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
@@ -57,7 +57,7 @@ public:
     time_t lastref;
     time_t expires;
     time_t lastmod;
-    size_t swap_file_sz;
+    uint64_t swap_file_sz;
     u_short refcount;
     u_short flags;
     unsigned char key[MD5_DIGEST_CHARS];
@@ -65,4 +65,14 @@ public:
 
 MEMPROXY_CLASS_INLINE(StoreSwapLogData)
 
+class StoreSwapLogHeader
+{
+public:
+     StoreSwapLogHeader();
+     char op;
+     int version;
+     int record_size;
+};
+
+
 #endif /* SQUID_STORESWAPLOGDATA_H */