diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-18 13:37:38 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-03-09 00:12:27 +0100 |
| commit | 1ab3740704f8cf478d01ef95f4ef8152b79d7b87 (patch) | |
| tree | f1e6d96f9ef4c012cf91169077095627e4addd5e /apt-pkg/depcache.h | |
| parent | 71d3d399d7de75a96b2911677b74ce8b59579ee9 (diff) | |
depcache: Add a new UpgradeCount() member
Diffstat (limited to 'apt-pkg/depcache.h')
| -rw-r--r-- | apt-pkg/depcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index d2a883180..bab524853 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -517,6 +517,7 @@ class APT_PUBLIC pkgDepCache : protected pkgCache::Namespace inline unsigned long DelCount() {return iDelCount;}; inline unsigned long KeepCount() {return iKeepCount;}; inline unsigned long InstCount() {return iInstCount;}; + unsigned long UpgradeCount(); inline unsigned long BrokenCount() {return iBrokenCount;}; inline unsigned long PolicyBrokenCount() {return iPolicyBrokenCount;}; inline unsigned long BadCount() {return iBadCount;}; |
