diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-07-22 11:35:30 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-07-22 11:44:29 +0200 |
commit | 1f4dd8fd8489fbfd62c4d1667f159433a5f532b2 (patch) | |
tree | 4b7a8b70ba0bd07708d4718f8f05f0cae866e300 /apt-pkg/acquire-item.h | |
parent | 2737f28a1cb2d03c66d2a7edd04215566903dbf1 (diff) |
WIP cleanup pkgAcqMetaSig
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 6235c353b..11a596ad5 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -1031,9 +1031,12 @@ class pkgAcqMetaSig : public pkgAcquire::Item */ const std::vector<IndexTarget*>* IndexTargets; - /** \brief if we are in fetching or download state */ + /** \brief If we are in fetching or download state */ bool AuthPass; + /** \brief Was this file already on disk */ + bool IMSHit; + public: // Specialized action members |