diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-10-01 18:06:40 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-10-01 18:06:40 +0200 |
commit | cfb776e816dc21c27f422216a9aff8700b28f30b (patch) | |
tree | 45a9ee03f6f5aa3046d71657f8113e26fc63d3fc /apt-pkg/algorithms.h | |
parent | b462d75aab39f85d4ce9bd03c4dfda54f77b566f (diff) |
* apt-pkg/algorithms.cc:
- fix simulation performance drop (thanks to Ferenc Wagner
for reporting the issue)
Diffstat (limited to 'apt-pkg/algorithms.h')
-rw-r--r-- | apt-pkg/algorithms.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/algorithms.h b/apt-pkg/algorithms.h index defaed57d..d183cd213 100644 --- a/apt-pkg/algorithms.h +++ b/apt-pkg/algorithms.h @@ -60,6 +60,7 @@ class pkgSimulate : public pkgPackageManager Policy iPolicy; pkgDepCache Sim; + pkgDepCache::ActionGroup group; // The Actuall installation implementation virtual bool Install(PkgIterator Pkg,string File); |