]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
* improve apt progress reporting, display trigger actions
[apt.git] / apt-pkg / deb / dpkgpm.h
index ebc7e32bf9fc3c3ddf204b66708363fc152a308b..4494691266009531fec97eb36538ff24325fa7ca 100644 (file)
@@ -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;