summaryrefslogtreecommitdiff
path: root/apt-pkg/indexrecords.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-08-03 11:27:47 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-08-03 11:27:47 +0200
commitc3279b9d100fb62f412267512458b58dda40f95b (patch)
tree9af2a695fd7f789090ce8cba959d7241db07497c /apt-pkg/indexrecords.h
parent5aa5a030bb4f2d46a30526377c5309dc20dbe2af (diff)
parent2c941d896911dca364b3d38dc593f3bf6847f3e5 (diff)
(ABI break)
* merged apt--sha256 branch to fully support the new sha256 checksums in the Packages and Release files (ABI break)
Diffstat (limited to 'apt-pkg/indexrecords.h')
-rw-r--r--apt-pkg/indexrecords.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/indexrecords.h b/apt-pkg/indexrecords.h
index ac0df470c..468d2bd0f 100644
--- a/apt-pkg/indexrecords.h
+++ b/apt-pkg/indexrecords.h
@@ -8,6 +8,7 @@
#include <apt-pkg/pkgcache.h>
#include <apt-pkg/fileutl.h>
+#include <apt-pkg/hashes.h>
#include <map>
#include <vector>
@@ -45,7 +46,7 @@ class indexRecords
struct indexRecords::checkSum
{
string MetaKeyFilename;
- string MD5Hash;
+ HashString Hash;
size_t Size;
};