diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:14 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:14 +0000 |
commit | a7e66b170369fe1e1e7fdd2c3abd8c85e9b15bf9 (patch) | |
tree | fda7a79eebc9f315294d310693d00b4d32368053 /apt-pkg/pkgcache.h | |
parent | b0b4efb96c3fad90bf978d61b230501bcdadff3d (diff) |
More cache usage counters
Author: jgg
Date: 1998-12-14 03:39:15 GMT
More cache usage counters
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r-- | apt-pkg/pkgcache.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index 56ab50a37..f959f4233 100644 --- a/apt-pkg/pkgcache.h +++ b/apt-pkg/pkgcache.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: pkgcache.h,v 1.13 1998/12/14 02:23:46 jgg Exp $ +// $Id: pkgcache.h,v 1.14 1998/12/14 03:39:15 jgg Exp $ /* ###################################################################### Cache - Structure definitions for the cache file @@ -153,6 +153,8 @@ struct pkgCache::Header unsigned long VersionCount; unsigned long DependsCount; unsigned long PackageFileCount; + unsigned long VerFileCount; + unsigned long ProvidesCount; // Offsets __apt_ptrloc FileList; // struct PackageFile |