From a7e66b170369fe1e1e7fdd2c3abd8c85e9b15bf9 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:14 +0000 Subject: More cache usage counters Author: jgg Date: 1998-12-14 03:39:15 GMT More cache usage counters --- apt-pkg/pkgcache.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apt-pkg/pkgcache.h') 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 -- cgit v1.2.3