summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-05-23 09:19:41 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-05-23 09:19:41 +0200
commitfc2d32c089f035955c81100f2ded7c3f66793dc3 (patch)
tree4b1a02834b726615255207d0518cf3b576867694 /apt-pkg/deb/dpkgpm.h
parentc7560b77de12a7d4ee8ea0e7c93fe7bb65e853f1 (diff)
* improve apt progress reporting, display trigger actions
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r--apt-pkg/deb/dpkgpm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h
index ebc7e32bf..449469126 100644
--- a/apt-pkg/deb/dpkgpm.h
+++ b/apt-pkg/deb/dpkgpm.h
@@ -47,6 +47,8 @@ class pkgDPkgPM : public pkgPackageManager
// the int is the state that is already done (e.g. a package that is
// going to be install is already in state "half-installed")
map<string,unsigned int> PackageOpsDone;
+ // map the dpkg "processing" info to human readable names
+ map<string,string> PackageProcessingOps;
// progress reporting
unsigned int PackagesDone;
unsigned int PackagesTotal;