]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.h
* apt-pkg/acquire-item.{cc,h}:
[apt.git] / apt-pkg / pkgcache.h
index 9a9f79420cd17d77e11fd725b19bc31e8a64091d..87912aead18ee59ad8114793c819a3dfdd5bc3d1 100644 (file)
@@ -314,6 +314,9 @@ struct pkgCache::Header
    map_ptrloc PkgHashTable[2*1048];
    map_ptrloc GrpHashTable[2*1048];
 
+   /** \brief Size of the complete cache file */
+   unsigned long  CacheFileSize;
+
    bool CheckSizes(Header &Against) const;
    Header();
 };