diff options
author | Michael Vogt <mvo@debian.org> | 2014-08-01 11:06:47 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-08-01 11:06:47 +0200 |
commit | 80976dd5452a9cfbe0c4f6229c729711ba685a5f (patch) | |
tree | f637c2c1a2864c3f4bc3396fad9fd8c95e61e2c0 /apt-pkg/acquire-item.h | |
parent | 21638c3af355b3997fadd169495551568af6acfe (diff) |
mve MetaKey into pkgAcqBaseIndex
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 3f7cca083..f5a308c58 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -532,6 +532,8 @@ class pkgAcqBaseIndex : public pkgAcquire::Item */ const struct IndexTarget * Target; indexRecords *MetaIndexParser; + /** \brief The MetaIndex Key */ + std::string MetaKey; pkgAcqBaseIndex(pkgAcquire *Owner, unsigned long TransactionID, @@ -851,6 +853,7 @@ class pkgAcqIndex : public pkgAcqBaseIndex */ bool Erase; + // FIXME: // Unused, used to be used to verify that "Packages: " header was there bool __DELME_ON_NEXT_ABI_BREAK_Verify; |